Skip to content

#dafdf7

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

RGB
218, 253, 247
HSL
170°, 90%, 92%
CMYK
14, 0, 2, 1
Luminance
0.9187

At a glance

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

Hex
#dafdf7
Hue
170°
cyan
Saturation
90%
electric
Lightness
92%
pale
Brightness
99%
HSV value
Perceived
95%
weighted brightness
Luminance
0.9187
WCAG relative
Temperature
Cool
83/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
19.37:1
Closest name
Light Cyan
ΔE2000 3.1
Where it sits
Hue170° of 360°
Saturation90%
Lightness92%
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#dafdf7
RGBrgb(218, 253, 247)
HSLhsl(170, 90%, 92%)
CMYKcmyk(14%, 0%, 2%, 1%)
LABlab(96.8 -12.4 -0.9)
LCHlch(96.8 12.4 184.3)
OKLCHoklch(0.968 0.037 184.1)
Decimal14351863
Display P3color(display-p3 0.855 0.992 0.969)

Copy-ready code

/* CSS */
color: #dafdf7;
background-color: #dafdf7;
/* Tailwind (arbitrary) */
class="text-[#dafdf7] bg-[#dafdf7]"
/* SCSS */
$brand: #dafdf7;
/* SwiftUI */
Color(red: 0.855, green: 0.992, blue: 0.969)
/* Android */
Color.parseColor("#dafdf7")
/* Flutter */
Color(0xFFDAFDF7)
/* Python / OpenCV (BGR) */
(247, 253, 218)

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

Accessibility — WCAG contrast

Aa
#dafdf7 on white: 1.08:1
AA ✗ fail · AA-large · AAA
Aa
#dafdf7 on black: 19.37:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F9F9F7
deuteranopia · #F2F4F8
tritanopia · #D1FFFB

Color scale — 50 to 950

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

#F2FDFB
#dafdf7
#C3F8EF
#95F9E8
#5FF6DC
#2AF3D1
#0DE8C2
#0BC1A2
#089B82
#0B705E
#07463B
Base = 100Lightest = 50 · #F2FDFBDarkest = 950 · #07463B
:root {
  --brand-50: #F2FDFB;
  --brand-100: #dafdf7;
  --brand-200: #C3F8EF;
  --brand-300: #95F9E8;
  --brand-400: #5FF6DC;
  --brand-500: #2AF3D1;
  --brand-600: #0DE8C2;
  --brand-700: #0BC1A2;
  --brand-800: #089B82;
  --brand-900: #0B705E;
  --brand-950: #07463B;
  --brand: #dafdf7;
  --brand-ink: #000000;
}

Colors that work with #dafdf7

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#C0EDE5
Hairlines and dividers
Muted text#4B9B8D
Captions on the surface
Accent#C70559
Second voice, not a rival
Dark variant#077965
Hover, pressed, headers
Light variant#E7FEFA
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 #dafdf7

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#FDDAE0
Analogous left#DAFDE6
Analogous right#DAF2FD
Split-complement 1#FDDAF2
Split-complement 2#FDE6DA
Triadic 1#F7DAFD
Triadic 2#FDF7DA
Tetradic#E6DAFD

RGB percentages

Red85.5%
Green99.2%
Blue96.9%

CMYK percentages

Cyan13.8%
Magenta0.0%
Yellow2.4%
Key (black)0.8%

Color previews

#dafdf7 text on a black background

contrast 19.37:1

Card sample

#dafdf7 text on a white background

contrast 1.08:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(218, 253, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 253, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafdf7;
background: linear-gradient(135deg, #dafdf7, #DAECFD);

Monochromatic scale

Palettes built from #dafdf7

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.

#dafdf7 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#dafdf7, answered

What color is #dafdf7?

#dafdf7 is a pale electric cyan, closest to Light Cyan (ΔE2000 3.1). It sits at 170° on the hue wheel with 90% saturation and 92% lightness, which reads as cool.

What is the RGB value of #dafdf7?

rgb(218, 253, 247) — 218 red, 253 green and 247 blue out of 255, or 85.5% / 99.2% / 96.9% by channel.

Is #dafdf7 a light or a dark color?

It is a light color. Relative luminance is 0.9187 and perceived brightness is 95%, so black text on it reaches 19.37:1.

Should I use black or white text on #dafdf7?

Black. It scores 19.37:1 against #dafdf7, versus 1.08:1 for white — AAA at any size.

What is the complementary color of #dafdf7?

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

What colors go well with #dafdf7?

For interface work: #F4FAF9 as the surface, #C0EDE5 for borders, #4B9B8D for secondary text, #C70559 as an accent and #077965 for hover and pressed states. For a palette, the analogous pair #DAFDE6 and #DAF2FD stays calm, while #FDDAE0 is the loudest partner.

What is #dafdf7 in CMYK for printing?

cmyk(14%, 0%, 2%, 1%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #dafdf7 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 #DAFDEA; nudged cooler, #DAF6FD.

Work with #dafdf7 in the Color Lab