Skip to content

#cdf5ef

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

RGB
205, 245, 239
HSL
171°, 67%, 88%
CMYK
16, 0, 2, 4
Luminance
0.8452

At a glance

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

Hex
#cdf5ef
Hue
171°
cyan
Saturation
67%
vivid
Lightness
88%
pale
Brightness
96%
HSV value
Perceived
91%
weighted brightness
Luminance
0.8452
WCAG relative
Temperature
Cool
84/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
17.90:1
Closest name
Light Cyan
ΔE2000 4.6
Where it sits
Hue171° of 360°
Saturation67%
Lightness88%
Temperature
Warm ← → Cool84% 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#cdf5ef
RGBrgb(205, 245, 239)
HSLhsl(171, 67%, 88%)
CMYKcmyk(16%, 0%, 2%, 4%)
LABlab(93.7 -14.0 -1.4)
LCHlch(93.7 14.1 185.8)
OKLCHoklch(0.940 0.042 185.4)
Decimal13497839
Display P3color(display-p3 0.804 0.961 0.937)

Copy-ready code

/* CSS */
color: #cdf5ef;
background-color: #cdf5ef;
/* Tailwind (arbitrary) */
class="text-[#cdf5ef] bg-[#cdf5ef]"
/* SCSS */
$brand: #cdf5ef;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.937)
/* Android */
Color.parseColor("#cdf5ef")
/* Flutter */
Color(0xFFCDF5EF)
/* Python / OpenCV (BGR) */
(239, 245, 205)

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 #cdf5ef · 17.90:1
Use #000000AAA at every size.
Aa
White text · 1.17:1
AA fail · AA large fail · AAA fail
Aa
Black text · 17.90:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #cdf5ef as text scores 1.17:1 on white and 17.90:1 on black.

Accessibility — WCAG contrast

Aa
#cdf5ef on white: 1.17:1
AA ✗ fail · AA-large · AAA
Aa
#cdf5ef on black: 17.90:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F1F0EF
deuteranopia · #E9EAF0
tritanopia · #C2F7F3

Color scale — 50 to 950

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

#F3FBFA
#E8F8F5
#cdf5ef
#A1ECE1
#73E3D2
#44DAC3
#29CCB4
#22AA96
#1B8878
#186357
#0F3E37
Base = 200Lightest = 50 · #F3FBFADarkest = 950 · #0F3E37
:root {
  --brand-50: #F3FBFA;
  --brand-100: #E8F8F5;
  --brand-200: #cdf5ef;
  --brand-300: #A1ECE1;
  --brand-400: #73E3D2;
  --brand-500: #44DAC3;
  --brand-600: #29CCB4;
  --brand-700: #22AA96;
  --brand-800: #1B8878;
  --brand-900: #186357;
  --brand-950: #0F3E37;
  --brand: #cdf5ef;
  --brand-ink: #000000;
}

Colors that work with #cdf5ef

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#C0EDE6
Hairlines and dividers
Muted text#4B9B8F
Captions on the surface
Accent#AD1F58
Second voice, not a rival
Dark variant#156A5E
Hover, pressed, headers
Light variant#EAFBF8
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 #cdf5ef

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#F5CDD3
Analogous left#CDF5DB
Analogous right#CDE7F5
Split-complement 1#F5CDE7
Split-complement 2#F5DBCD
Triadic 1#EFCDF5
Triadic 2#F5EFCD
Tetradic#DBCDF5

RGB percentages

Red80.4%
Green96.1%
Blue93.7%

CMYK percentages

Cyan16.3%
Magenta0.0%
Yellow2.4%
Key (black)3.9%

Color previews

#cdf5ef text on a black background

contrast 17.90:1

Card sample

#cdf5ef text on a white background

contrast 1.17:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #cdf5ef

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.

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

#cdf5ef, answered

What color is #cdf5ef?

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

What is the RGB value of #cdf5ef?

rgb(205, 245, 239) — 205 red, 245 green and 239 blue out of 255, or 80.4% / 96.1% / 93.7% by channel.

Is #cdf5ef a light or a dark color?

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

Should I use black or white text on #cdf5ef?

Black. It scores 17.90:1 against #cdf5ef, versus 1.17:1 for white — AAA at any size.

What is the complementary color of #cdf5ef?

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

What colors go well with #cdf5ef?

For interface work: #F4FAF9 as the surface, #C0EDE6 for borders, #4B9B8F for secondary text, #AD1F58 as an accent and #156A5E for hover and pressed states. For a palette, the analogous pair #CDF5DB and #CDE7F5 stays calm, while #F5CDD3 is the loudest partner.

What is #cdf5ef in CMYK for printing?

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

Is #cdf5ef warm or cool?

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

Work with #cdf5ef in the Color Lab