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