#dafeee
a pale, electric green · cool · closest name: ivory
RGB
218, 254, 238
HSL
153°, 95%, 93%
CMYK
14, 0, 6, 0
Luminance
0.9196
Every format
| HEX | #dafeee |
| RGB | rgb(218, 254, 238) |
| HSL | hsl(153, 95%, 93%) |
| CMYK | cmyk(14%, 0%, 6%, 0%) |
| LAB | lab(96.8 -14.6 3.8) |
| LCH | lch(96.8 15.0 165.5) |
| OKLCH | oklch(0.967 0.043 166.8) |
Copy-ready code
/* CSS */
color: #dafeee;
background-color: #dafeee;
/* Tailwind (arbitrary) */
class="text-[#dafeee] bg-[#dafeee]"
/* SCSS */
$brand: #dafeee;
/* SwiftUI */
Color(red: 0.855, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#dafeee")Accessibility — WCAG contrast
Aa
#dafeee on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dafeee on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green99.6%
Blue93.3%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#dafeee text on a black background
contrast 19.39:1
Card sample
#dafeee text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dafeee;
Background color
Panel with #dafeee background
background-color: #dafeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dafeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafeee; background: linear-gradient(135deg, #dafeee, #DAF6FE);