#d6feaf
a light, electric green · cool · closest name: khaki
RGB
214, 254, 175
HSL
90°, 98%, 84%
CMYK
16, 0, 31, 0
Luminance
0.8827
Every format
| HEX | #d6feaf |
| RGB | rgb(214, 254, 175) |
| HSL | hsl(90, 98%, 84%) |
| CMYK | cmyk(16%, 0%, 31%, 0%) |
| LAB | lab(95.3 -26.2 33.7) |
| LCH | lch(95.3 42.6 127.8) |
| OKLCH | oklch(0.950 0.110 130.1) |
Copy-ready code
/* CSS */
color: #d6feaf;
background-color: #d6feaf;
/* Tailwind (arbitrary) */
class="text-[#d6feaf] bg-[#d6feaf]"
/* SCSS */
$brand: #d6feaf;
/* SwiftUI */
Color(red: 0.839, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#d6feaf")Accessibility — WCAG contrast
Aa
#d6feaf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6feaf on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green99.6%
Blue68.6%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#d6feaf text on a black background
contrast 18.65:1
Card sample
#d6feaf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6feaf;
Background color
Panel with #d6feaf background
background-color: #d6feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6feaf; background: linear-gradient(135deg, #d6feaf, #AFFEBD);