#daffaf
a light, electric green · cool · closest name: khaki
RGB
218, 255, 175
HSL
88°, 100%, 84%
CMYK
15, 0, 31, 0
Luminance
0.8952
Every format
| HEX | #daffaf |
| RGB | rgb(218, 255, 175) |
| HSL | hsl(88, 100%, 84%) |
| CMYK | cmyk(15%, 0%, 31%, 0%) |
| LAB | lab(95.8 -25.2 34.4) |
| LCH | lch(95.8 42.7 126.2) |
| OKLCH | oklch(0.955 0.110 128.5) |
Copy-ready code
/* CSS */
color: #daffaf;
background-color: #daffaf;
/* Tailwind (arbitrary) */
class="text-[#daffaf] bg-[#daffaf]"
/* SCSS */
$brand: #daffaf;
/* SwiftUI */
Color(red: 0.855, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#daffaf")Accessibility — WCAG contrast
Aa
#daffaf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daffaf on black: 18.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green100.0%
Blue68.6%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#daffaf text on a black background
contrast 18.90:1
Card sample
#daffaf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daffaf;
Background color
Panel with #daffaf background
background-color: #daffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daffaf; background: linear-gradient(135deg, #daffaf, #AFFFB9);