#dafdf0
a pale, electric green · cool · closest name: ivory
RGB
218, 253, 240
HSL
158°, 90%, 92%
CMYK
14, 0, 5, 1
Luminance
0.9145
Every format
| HEX | #dafdf0 |
| RGB | rgb(218, 253, 240) |
| HSL | hsl(158, 90%, 92%) |
| CMYK | cmyk(14%, 0%, 5%, 1%) |
| LAB | lab(96.6 -13.7 2.4) |
| LCH | lch(96.6 13.9 169.9) |
| OKLCH | oklch(0.966 0.040 171.0) |
Copy-ready code
/* CSS */
color: #dafdf0;
background-color: #dafdf0;
/* Tailwind (arbitrary) */
class="text-[#dafdf0] bg-[#dafdf0]"
/* SCSS */
$brand: #dafdf0;
/* SwiftUI */
Color(red: 0.855, green: 0.992, blue: 0.941)
/* Android */
Color.parseColor("#dafdf0")Accessibility — WCAG contrast
Aa
#dafdf0 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dafdf0 on black: 19.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green99.2%
Blue94.1%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow5.1%
Key (black)0.8%
Color previews
#dafdf0 text on a black background
contrast 19.29:1
Card sample
#dafdf0 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dafdf0;
Background color
Panel with #dafdf0 background
background-color: #dafdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dafdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 253, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 253, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafdf0; background: linear-gradient(135deg, #dafdf0, #DAF3FD);