Skip to content

#def4f0

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

RGB
222, 244, 240
HSL
169°, 50%, 91%
CMYK
9, 0, 2, 4
Luminance
0.8652

At a glance

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

Hex
#def4f0
Hue
169°
cyan
Saturation
50%
vivid
Lightness
91%
pale
Brightness
96%
HSV value
Perceived
93%
weighted brightness
Luminance
0.8652
WCAG relative
Temperature
Cool
83/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
18.30:1
Closest name
Light Cyan
ΔE2000 3.5
Where it sits
Hue169° of 360°
Saturation50%
Lightness91%
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#def4f0
RGBrgb(222, 244, 240)
HSLhsl(169, 50%, 91%)
CMYKcmyk(9%, 0%, 2%, 4%)
LABlab(94.5 -7.9 -0.5)
LCHlch(94.5 8.0 183.8)
OKLCHoklch(0.950 0.024 183.7)
Decimal14611696
Display P3color(display-p3 0.871 0.957 0.941)

Copy-ready code

/* CSS */
color: #def4f0;
background-color: #def4f0;
/* Tailwind (arbitrary) */
class="text-[#def4f0] bg-[#def4f0]"
/* SCSS */
$brand: #def4f0;
/* SwiftUI */
Color(red: 0.871, green: 0.957, blue: 0.941)
/* Android */
Color.parseColor("#def4f0")
/* Flutter */
Color(0xFFDEF4F0)
/* Python / OpenCV (BGR) */
(240, 244, 222)

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

Accessibility — WCAG contrast

Aa
#def4f0 on white: 1.15:1
AA ✗ fail · AA-large · AAA
Aa
#def4f0 on black: 18.30:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F2F1F0
deuteranopia · #EDEEF0
tritanopia · #D9F5F3

Color scale — 50 to 950

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

#F4FAF9
#def4f0
#CFECE7
#ABE3D9
#81D5C6
#57C7B3
#3DB8A1
#339986
#297A6C
#21594F
#153831
Base = 100Lightest = 50 · #F4FAF9Darkest = 950 · #153831
:root {
  --brand-50: #F4FAF9;
  --brand-100: #def4f0;
  --brand-200: #CFECE7;
  --brand-300: #ABE3D9;
  --brand-400: #81D5C6;
  --brand-500: #57C7B3;
  --brand-600: #3DB8A1;
  --brand-700: #339986;
  --brand-800: #297A6C;
  --brand-900: #21594F;
  --brand-950: #153831;
  --brand: #def4f0;
  --brand-ink: #000000;
}

Colors that work with #def4f0

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#C2EBE3
Hairlines and dividers
Muted text#4B9B8C
Captions on the surface
Accent#9E2E5D
Second voice, not a rival
Dark variant#206054
Hover, pressed, headers
Light variant#ECF9F6
Selected rows, tints
Dark surface#142421
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 #def4f0

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#F4DEE2
Analogous left#DEF4E5
Analogous right#DEEDF4
Split-complement 1#F4DEED
Split-complement 2#F4E5DE
Triadic 1#F0DEF4
Triadic 2#F4F0DE
Tetradic#E5DEF4

RGB percentages

Red87.1%
Green95.7%
Blue94.1%

CMYK percentages

Cyan9.0%
Magenta0.0%
Yellow1.6%
Key (black)4.3%

Color previews

#def4f0 text on a black background

contrast 18.30:1

Card sample

#def4f0 text on a white background

contrast 1.15:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #def4f0

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.

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

#def4f0, answered

What color is #def4f0?

#def4f0 is a pale vivid cyan, closest to Light Cyan (ΔE2000 3.5). It sits at 169° on the hue wheel with 50% saturation and 91% lightness, which reads as cool.

What is the RGB value of #def4f0?

rgb(222, 244, 240) — 222 red, 244 green and 240 blue out of 255, or 87.1% / 95.7% / 94.1% by channel.

Is #def4f0 a light or a dark color?

It is a light color. Relative luminance is 0.8652 and perceived brightness is 93%, so black text on it reaches 18.30:1.

Should I use black or white text on #def4f0?

Black. It scores 18.30:1 against #def4f0, versus 1.15:1 for white — AAA at any size.

What is the complementary color of #def4f0?

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

What colors go well with #def4f0?

For interface work: #F4FAF9 as the surface, #C2EBE3 for borders, #4B9B8C for secondary text, #9E2E5D as an accent and #206054 for hover and pressed states. For a palette, the analogous pair #DEF4E5 and #DEEDF4 stays calm, while #F4DEE2 is the loudest partner.

What is #def4f0 in CMYK for printing?

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

Is #def4f0 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 #DEF4E8; nudged cooler, #DEF0F4.

Work with #def4f0 in the Color Lab