Skip to content

#cbf4f4

a pale, vivid cyan · cool · closest name: Light Cyan

RGB
203, 244, 244
HSL
180°, 65%, 88%
CMYK
17, 0, 0, 4
Luminance
0.8393

At a glance

Every number on this page in one read: what #cbf4f4 is made of, how bright it looks, and which way it leans.

Hex
#cbf4f4
Hue
180°
cyan
Saturation
65%
vivid
Lightness
88%
pale
Brightness
96%
HSV value
Perceived
91%
weighted brightness
Luminance
0.8393
WCAG relative
Temperature
Cool
88/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
17.79:1
Closest name
Light Cyan
ΔE2000 3.8
Where it sits
Hue180° of 360°
Saturation65%
Lightness88%
Temperature
Warm ← → Cool88% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#cbf4f4
RGBrgb(203, 244, 244)
HSLhsl(180, 65%, 88%)
CMYKcmyk(17%, 0%, 0%, 4%)
LABlab(93.4 -13.1 -4.4)
LCHlch(93.4 13.8 198.5)
OKLCHoklch(0.938 0.042 196.5)
Decimal13366516
Display P3color(display-p3 0.796 0.957 0.957)

Copy-ready code

/* CSS */
color: #cbf4f4;
background-color: #cbf4f4;
/* Tailwind (arbitrary) */
class="text-[#cbf4f4] bg-[#cbf4f4]"
/* SCSS */
$brand: #cbf4f4;
/* SwiftUI */
Color(red: 0.796, green: 0.957, blue: 0.957)
/* Android */
Color.parseColor("#cbf4f4")
/* Flutter */
Color(0xFFCBF4F4)
/* Python / OpenCV (BGR) */
(244, 244, 203)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #cbf4f4 · 17.79:1
Use #000000AAA at every size.
Aa
White text · 1.18:1
AA fail · AA large fail · AAA fail
Aa
Black text · 17.79:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #cbf4f4 as text scores 1.18:1 on white and 17.79:1 on black.

Accessibility — WCAG contrast

Aa
#cbf4f4 on white: 1.18:1
AA ✗ fail · AA-large · AAA
Aa
#cbf4f4 on black: 17.79:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EEF0F4
deuteranopia · #E6E9F4
tritanopia · #BFF7F4

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #cbf4f4 is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F3FBFB
#E8F7F7
#cbf4f4
#A2EBEB
#74E2E2
#46D8D8
#2BCACA
#24A8A8
#1C8787
#196262
#0F3D3D
Base = 200Lightest = 50 · #F3FBFBDarkest = 950 · #0F3D3D
:root {
  --brand-50: #F3FBFB;
  --brand-100: #E8F7F7;
  --brand-200: #cbf4f4;
  --brand-300: #A2EBEB;
  --brand-400: #74E2E2;
  --brand-500: #46D8D8;
  --brand-600: #2BCACA;
  --brand-700: #24A8A8;
  --brand-800: #1C8787;
  --brand-900: #196262;
  --brand-950: #0F3D3D;
  --brand: #cbf4f4;
  --brand-ink: #000000;
}

Colors that work with #cbf4f4

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F4FAFA
Tinted page background
Border#C0EDED
Hairlines and dividers
Muted text#4B9B9B
Captions on the surface
Accent#AC2041
Second voice, not a rival
Dark variant#166969
Hover, pressed, headers
Light variant#EAFBFB
Selected rows, tints
Dark surface#142424
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #cbf4f4

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Thin strokes and 1px borders — they disappear on light UI
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#F4CBCB
Analogous left#CBF4DF
Analogous right#CBDFF4
Split-complement 1#F4CBDF
Split-complement 2#F4DFCB
Triadic 1#F4CBF4
Triadic 2#F4F4CB
Tetradic#DFCBF4

RGB percentages

Red79.6%
Green95.7%
Blue95.7%

CMYK percentages

Cyan16.8%
Magenta0.0%
Yellow0.0%
Key (black)4.3%

Color previews

#cbf4f4 text on a black background

contrast 17.79:1

Card sample

#cbf4f4 text on a white background

contrast 1.18:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #cbf4f4;
Background color
Panel with #cbf4f4 background
background-color: #cbf4f4;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #cbf4f4;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(203, 244, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 244, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf4f4;
background: linear-gradient(135deg, #cbf4f4, #CBD9F4);

Monochromatic scale

Palettes built from #cbf4f4

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#cbf4f4 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyTravelHealthcareMedia
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#cbf4f4, answered

What color is #cbf4f4?

#cbf4f4 is a pale vivid cyan, closest to Light Cyan (ΔE2000 3.8). It sits at 180° on the hue wheel with 65% saturation and 88% lightness, which reads as cool.

What is the RGB value of #cbf4f4?

rgb(203, 244, 244) — 203 red, 244 green and 244 blue out of 255, or 79.6% / 95.7% / 95.7% by channel.

Is #cbf4f4 a light or a dark color?

It is a light color. Relative luminance is 0.8393 and perceived brightness is 91%, so black text on it reaches 17.79:1.

Should I use black or white text on #cbf4f4?

Black. It scores 17.79:1 against #cbf4f4, versus 1.18:1 for white — AAA at any size.

What is the complementary color of #cbf4f4?

#F4CBCB sits directly opposite on the wheel. Softer options are the split-complements #F4CBDF and #F4DFCB, which give the same contrast with far less vibration.

What colors go well with #cbf4f4?

For interface work: #F4FAFA as the surface, #C0EDED for borders, #4B9B9B for secondary text, #AC2041 as an accent and #166969 for hover and pressed states. For a palette, the analogous pair #CBF4DF and #CBDFF4 stays calm, while #F4CBCB is the loudest partner.

What is #cbf4f4 in CMYK for printing?

cmyk(17%, 0%, 0%, 4%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #cbf4f4 warm or cool?

Cool — it scores 88 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CBF4E5; nudged cooler, #CAE5F5.

Work with #cbf4f4 in the Color Lab