#dafdf7
a pale, electric cyan · cool · closest name: Light Cyan
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.
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 |
| RGB | rgb(218, 253, 247) |
| HSL | hsl(170, 90%, 92%) |
| CMYK | cmyk(14%, 0%, 2%, 1%) |
| LAB | lab(96.8 -12.4 -0.9) |
| LCH | lch(96.8 12.4 184.3) |
| OKLCH | oklch(0.968 0.037 184.1) |
| Decimal | 14351863 |
| Display P3 | color(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.
Accessibility — WCAG contrast
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.
: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.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #dafdf7
Derived from its contrast, chroma and lightness — not from taste.
- ✓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
- ⚠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 | Directly opposite — maximum tension | |
| Analogous left | #DAFDE6 | Neighbour, quieter | |
| Analogous right | #DAF2FD | Neighbour, quieter | |
| Split-complement 1 | #FDDAF2 | Contrast without the clash | |
| Split-complement 2 | #FDE6DA | Contrast without the clash | |
| Triadic 1 | #F7DAFD | Even thirds — balanced and loud | |
| Triadic 2 | #FDF7DA | Even thirds — balanced and loud | |
| Tetradic | #E6DAFD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dafdf7 text on a black background
contrast 19.37:1
#dafdf7 text on a white background
contrast 1.08:1
CSS3 live lab
The quick brown fox
color: #dafdf7;
background-color: #dafdf7;
Glowing headline
text-shadow: 2px 2px 8px #dafdf7;
Soft neon halo
text-shadow: 0 0 14px rgba(218, 253, 247, 0.45);
box-shadow: 0 12px 32px -8px rgba(218, 253, 247, 0.45);
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.
Closest color with a full write-up: Honeydew (#f0fff0) — ΔE2000 7 away, with its history, psychology and brand usage.
#dafdf7 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
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.