Skip to content

#cbecf5

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

RGB
203, 236, 245
HSL
193°, 68%, 88%
CMYK
17, 4, 0, 4
Luminance
0.7928

At a glance

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

Hex
#cbecf5
Hue
193°
cyan
Saturation
68%
vivid
Lightness
88%
pale
Brightness
96%
HSV value
Perceived
89%
weighted brightness
Luminance
0.7928
WCAG relative
Temperature
Cool
93/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
16.86:1
Closest name
Light Cyan
ΔE2000 5.5
Where it sits
Hue193° of 360°
Saturation68%
Lightness88%
Temperature
Warm ← → Cool93% 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#cbecf5
RGBrgb(203, 236, 245)
HSLhsl(193, 68%, 88%)
CMYKcmyk(17%, 4%, 0%, 4%)
LABlab(91.4 -8.9 -8.0)
LCHlch(91.4 11.9 221.9)
OKLCHoklch(0.922 0.037 216.0)
Decimal13364469
Display P3color(display-p3 0.796 0.925 0.961)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#cbecf5 on white: 1.25:1
AA ✗ fail · AA-large · AAA
Aa
#cbecf5 on black: 16.86:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E5E9F6
deuteranopia · #DEE4F5
tritanopia · #BFF0EF

Color scale — 50 to 950

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

#F3FAFB
#E8F4F8
#cbecf5
#A1DDED
#72CBE4
#43BADB
#28AACD
#218DAB
#1A7189
#175363
#0E343E
Base = 200Lightest = 50 · #F3FAFBDarkest = 950 · #0E343E
:root {
  --brand-50: #F3FAFB;
  --brand-100: #E8F4F8;
  --brand-200: #cbecf5;
  --brand-300: #A1DDED;
  --brand-400: #72CBE4;
  --brand-500: #43BADB;
  --brand-600: #28AACD;
  --brand-700: #218DAB;
  --brand-800: #1A7189;
  --brand-900: #175363;
  --brand-950: #0E343E;
  --brand: #cbecf5;
  --brand-ink: #000000;
}

Colors that work with #cbecf5

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#F4F9FA
Tinted page background
Border#C0E3ED
Hairlines and dividers
Muted text#4B8A9B
Captions on the surface
Accent#AE1E21
Second voice, not a rival
Dark variant#15586B
Hover, pressed, headers
Light variant#EAF7FB
Selected rows, tints
Dark surface#142124
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 #cbecf5

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#F5D4CB
Analogous left#CBF5E9
Analogous right#CBD7F5
Split-complement 1#F5CBD7
Split-complement 2#F5E9CB
Triadic 1#F5CBEC
Triadic 2#ECF5CB
Tetradic#E9CBF5

RGB percentages

Red79.6%
Green92.5%
Blue96.1%

CMYK percentages

Cyan17.1%
Magenta3.7%
Yellow0.0%
Key (black)3.9%

Color previews

#cbecf5 text on a black background

contrast 16.86:1

Card sample

#cbecf5 text on a white background

contrast 1.25:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #cbecf5

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.

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

#cbecf5, answered

What color is #cbecf5?

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

What is the RGB value of #cbecf5?

rgb(203, 236, 245) — 203 red, 236 green and 245 blue out of 255, or 79.6% / 92.5% / 96.1% by channel.

Is #cbecf5 a light or a dark color?

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

Should I use black or white text on #cbecf5?

Black. It scores 16.86:1 against #cbecf5, versus 1.25:1 for white — AAA at any size.

What is the complementary color of #cbecf5?

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

What colors go well with #cbecf5?

For interface work: #F4F9FA as the surface, #C0E3ED for borders, #4B8A9B for secondary text, #AE1E21 as an accent and #15586B for hover and pressed states. For a palette, the analogous pair #CBF5E9 and #CBD7F5 stays calm, while #F5D4CB is the loudest partner.

What is #cbecf5 in CMYK for printing?

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

Is #cbecf5 warm or cool?

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

Work with #cbecf5 in the Color Lab