Skip to content

#cbeee8

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

RGB
203, 238, 232
HSL
170°, 51%, 87%
CMYK
15, 0, 3, 7
Luminance
0.7967

At a glance

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

Hex
#cbeee8
Hue
170°
cyan
Saturation
51%
vivid
Lightness
87%
pale
Brightness
93%
HSV value
Perceived
89%
weighted brightness
Luminance
0.7967
WCAG relative
Temperature
Cool
83/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
16.93:1
Closest name
Light Cyan
ΔE2000 4.9
Where it sits
Hue170° of 360°
Saturation51%
Lightness87%
Temperature
Warm ← → Cool83% 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#cbeee8
RGBrgb(203, 238, 232)
HSLhsl(170, 51%, 87%)
CMYKcmyk(15%, 0%, 3%, 7%)
LABlab(91.5 -12.5 -0.9)
LCHlch(91.5 12.5 184.2)
OKLCHoklch(0.922 0.037 184.0)
Decimal13364968
Display P3color(display-p3 0.796 0.933 0.910)

Copy-ready code

/* CSS */
color: #cbeee8;
background-color: #cbeee8;
/* Tailwind (arbitrary) */
class="text-[#cbeee8] bg-[#cbeee8]"
/* SCSS */
$brand: #cbeee8;
/* SwiftUI */
Color(red: 0.796, green: 0.933, blue: 0.910)
/* Android */
Color.parseColor("#cbeee8")
/* Flutter */
Color(0xFFCBEEE8)
/* Python / OpenCV (BGR) */
(232, 238, 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 #cbeee8 · 16.93:1
Use #000000AAA at every size.
Aa
White text · 1.24:1
AA fail · AA large fail · AAA fail
Aa
Black text · 16.93:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #cbeee8 as text scores 1.24:1 on white and 16.93:1 on black.

Accessibility — WCAG contrast

Aa
#cbeee8 on white: 1.24:1
AA ✗ fail · AA-large · AAA
Aa
#cbeee8 on black: 16.93:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EAEAE8
deuteranopia · #E3E5E9
tritanopia · #C2F0EC

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #cbeee8 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.

#F4FAF9
#EAF6F4
#cbeee8
#AAE3DA
#80D6C7
#56C8B4
#3CB8A3
#329A88
#287B6D
#215A50
#143832
Base = 200Lightest = 50 · #F4FAF9Darkest = 950 · #143832
:root {
  --brand-50: #F4FAF9;
  --brand-100: #EAF6F4;
  --brand-200: #cbeee8;
  --brand-300: #AAE3DA;
  --brand-400: #80D6C7;
  --brand-500: #56C8B4;
  --brand-600: #3CB8A3;
  --brand-700: #329A88;
  --brand-800: #287B6D;
  --brand-900: #215A50;
  --brand-950: #143832;
  --brand: #cbeee8;
  --brand-ink: #000000;
}

Colors that work with #cbeee8

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#F4FAF9
Tinted page background
Border#C2EBE4
Hairlines and dividers
Muted text#4B9B8D
Captions on the surface
Accent#9D2F5F
Second voice, not a rival
Dark variant#1F6055
Hover, pressed, headers
Light variant#ECF9F6
Selected rows, tints
Dark surface#142422
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 #cbeee8

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#EECBD1
Analogous left#CBEED7
Analogous right#CBE3EE
Split-complement 1#EECBE3
Split-complement 2#EED7CB
Triadic 1#E8CBEE
Triadic 2#EEE8CB
Tetradic#D7CBEE

RGB percentages

Red79.6%
Green93.3%
Blue91.0%

CMYK percentages

Cyan14.7%
Magenta0.0%
Yellow2.5%
Key (black)6.7%

Color previews

#cbeee8 text on a black background

contrast 16.93:1

Card sample

#cbeee8 text on a white background

contrast 1.24:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #cbeee8

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.

#cbeee8 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.

#cbeee8, answered

What color is #cbeee8?

#cbeee8 is a pale vivid cyan, closest to Light Cyan (ΔE2000 4.9). It sits at 170° on the hue wheel with 51% saturation and 87% lightness, which reads as cool.

What is the RGB value of #cbeee8?

rgb(203, 238, 232) — 203 red, 238 green and 232 blue out of 255, or 79.6% / 93.3% / 91% by channel.

Is #cbeee8 a light or a dark color?

It is a light color. Relative luminance is 0.7967 and perceived brightness is 89%, so black text on it reaches 16.93:1.

Should I use black or white text on #cbeee8?

Black. It scores 16.93:1 against #cbeee8, versus 1.24:1 for white — AAA at any size.

What is the complementary color of #cbeee8?

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

What colors go well with #cbeee8?

For interface work: #F4FAF9 as the surface, #C2EBE4 for borders, #4B9B8D for secondary text, #9D2F5F as an accent and #1F6055 for hover and pressed states. For a palette, the analogous pair #CBEED7 and #CBE3EE stays calm, while #EECBD1 is the loudest partner.

What is #cbeee8 in CMYK for printing?

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

Is #cbeee8 warm or cool?

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

Work with #cbeee8 in the Color Lab