#d1feaf
a light, electric green · cool · closest name: khaki
RGB
209, 254, 175
HSL
94°, 98%, 84%
CMYK
18, 0, 31, 0
Luminance
0.8753
Every format
| HEX | #d1feaf |
| RGB | rgb(209, 254, 175) |
| HSL | hsl(94, 98%, 84%) |
| CMYK | cmyk(18%, 0%, 31%, 0%) |
| LAB | lab(95.0 -27.9 33.2) |
| LCH | lch(95.0 43.4 130.0) |
| OKLCH | oklch(0.947 0.113 132.3) |
Copy-ready code
/* CSS */
color: #d1feaf;
background-color: #d1feaf;
/* Tailwind (arbitrary) */
class="text-[#d1feaf] bg-[#d1feaf]"
/* SCSS */
$brand: #d1feaf;
/* SwiftUI */
Color(red: 0.820, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#d1feaf")Accessibility — WCAG contrast
Aa
#d1feaf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1feaf on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green99.6%
Blue68.6%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#d1feaf text on a black background
contrast 18.51:1
Card sample
#d1feaf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1feaf;
Background color
Panel with #d1feaf background
background-color: #d1feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1feaf; background: linear-gradient(135deg, #d1feaf, #AFFEC2);