#d4feaf
a light, electric green · cool · closest name: khaki
RGB
212, 254, 175
HSL
92°, 98%, 84%
CMYK
17, 0, 31, 0
Luminance
0.8798
Every format
| HEX | #d4feaf |
| RGB | rgb(212, 254, 175) |
| HSL | hsl(92, 98%, 84%) |
| CMYK | cmyk(17%, 0%, 31%, 0%) |
| LAB | lab(95.2 -26.9 33.5) |
| LCH | lch(95.2 42.9 128.7) |
| OKLCH | oklch(0.949 0.111 131.0) |
Copy-ready code
/* CSS */
color: #d4feaf;
background-color: #d4feaf;
/* Tailwind (arbitrary) */
class="text-[#d4feaf] bg-[#d4feaf]"
/* SCSS */
$brand: #d4feaf;
/* SwiftUI */
Color(red: 0.831, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#d4feaf")Accessibility — WCAG contrast
Aa
#d4feaf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4feaf on black: 18.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green99.6%
Blue68.6%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#d4feaf text on a black background
contrast 18.60:1
Card sample
#d4feaf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4feaf;
Background color
Panel with #d4feaf background
background-color: #d4feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4feaf; background: linear-gradient(135deg, #d4feaf, #AFFEBF);