#dafeaf
a light, electric green · cool · closest name: khaki
RGB
218, 254, 175
HSL
87°, 98%, 84%
CMYK
14, 0, 31, 0
Luminance
0.8888
Every format
| HEX | #dafeaf |
| RGB | rgb(218, 254, 175) |
| HSL | hsl(87, 98%, 84%) |
| CMYK | cmyk(14%, 0%, 31%, 0%) |
| LAB | lab(95.5 -24.8 34.1) |
| LCH | lch(95.5 42.1 126.0) |
| OKLCH | oklch(0.953 0.108 128.2) |
Copy-ready code
/* CSS */
color: #dafeaf;
background-color: #dafeaf;
/* Tailwind (arbitrary) */
class="text-[#dafeaf] bg-[#dafeaf]"
/* SCSS */
$brand: #dafeaf;
/* SwiftUI */
Color(red: 0.855, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#dafeaf")Accessibility — WCAG contrast
Aa
#dafeaf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dafeaf on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green99.6%
Blue68.6%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#dafeaf text on a black background
contrast 18.78:1
Card sample
#dafeaf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dafeaf;
Background color
Panel with #dafeaf background
background-color: #dafeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dafeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafeaf; background: linear-gradient(135deg, #dafeaf, #AFFEB9);