#d4fcaf
a light, electric green · cool · closest name: khaki
RGB
212, 252, 175
HSL
91°, 93%, 84%
CMYK
16, 0, 31, 1
Luminance
0.8671
Every format
| HEX | #d4fcaf |
| RGB | rgb(212, 252, 175) |
| HSL | hsl(91, 93%, 84%) |
| CMYK | cmyk(16%, 0%, 31%, 1%) |
| LAB | lab(94.6 -25.9 32.8) |
| LCH | lch(94.6 41.8 128.3) |
| OKLCH | oklch(0.944 0.108 130.5) |
Copy-ready code
/* CSS */
color: #d4fcaf;
background-color: #d4fcaf;
/* Tailwind (arbitrary) */
class="text-[#d4fcaf] bg-[#d4fcaf]"
/* SCSS */
$brand: #d4fcaf;
/* SwiftUI */
Color(red: 0.831, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#d4fcaf")Accessibility — WCAG contrast
Aa
#d4fcaf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4fcaf on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green98.8%
Blue68.6%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#d4fcaf text on a black background
contrast 18.34:1
Card sample
#d4fcaf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4fcaf;
Background color
Panel with #d4fcaf background
background-color: #d4fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4fcaf; background: linear-gradient(135deg, #d4fcaf, #AFFCBD);