Toolman

#CCFBF1 color

#CCFBF1#CCFBF1

The swatch above shows #CCFBF1 with its hex code written on it in white and in black, so you can see which of the two is legible before reading the measured ratios below.

#CCFBF1 is a very light, vivid cyan, closest to the CSS named color lightcyan (#E0FFFF).

It is also a Tailwind CSS default: teal-100. That means you can write bg-teal-100 or text-teal-100 directly, with no arbitrary-value brackets and no entry in your theme config.

Color values

HEX#CCFBF1
RGBrgb(204, 251, 241)
HSLhsl(167, 85%, 89%)
CMYKcmyk(19%, 0%, 4%, 2%)
Decimal13433841
CSScolor: #CCFBF1;
Android0xFFCCFBF1
SwiftUIColor(red: 0.800, green: 0.984, blue: 0.945, alpha: 1)

Accessibility and contrast

White text on #CCFBF11.13:1 — AA fail · AA large fail · AAA fail
Black text on #CCFBF118.64:1 — AA pass · AA large pass · AAA pass
Recommended text colorblack

WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).

Tints and shades of #CCFBF1

Each swatch keeps the hue and saturation of #CCFBF1 and varies only lightness — the quickest way to build a usable scale from a single brand color.

95%
85%
75%
65%
55%
45%
35%
25%
15%

Colors that go with #CCFBF1

Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.

Complementary
Triadic +120°
Triadic +240°
Analogous −30°
Analogous +30°
Split −150°
Split +150°

Using #CCFBF1 in code

/* CSS */
.element { color: #CCFBF1; background-color: #CCFBF1; }
.element { color: rgb(204 251 241); }
.element { color: hsl(167 85% 89%); }

/* Tailwind */
<div class="bg-teal-100 text-black">

/* SCSS variable */
$brand: #CCFBF1;

Frequently asked questions

What color is #CCFBF1?

#CCFBF1 is a very light, vivid cyan. Its hue sits at 167° on the color wheel, with 85% saturation and 89% lightness.

What is #CCFBF1 in RGB?

#CCFBF1 converts to rgb(204, 251, 241) — 204 red, 251 green and 241 blue.

What is #CCFBF1 in CMYK?

Approximately cmyk(19%, 0%, 4%, 2%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.

Should text on #CCFBF1 be white or black?

Black gives the better contrast ratio (18.64:1 versus 1.13:1).

What is the complementary color of #CCFBF1?

#FBCBD5 — the hue directly opposite #CCFBF1 on the color wheel.

Convert any color → · Browse all colors