#d4fcba
a pale, electric green · cool · closest name: khaki
RGB
212, 252, 186
HSL
96°, 92%, 86%
CMYK
16, 0, 26, 1
Luminance
0.8716
Every format
| HEX | #d4fcba |
| RGB | rgb(212, 252, 186) |
| HSL | hsl(96, 92%, 86%) |
| CMYK | cmyk(16%, 0%, 26%, 1%) |
| LAB | lab(94.8 -24.3 27.5) |
| LCH | lch(94.8 36.7 131.5) |
| OKLCH | oklch(0.947 0.096 133.4) |
Copy-ready code
/* CSS */
color: #d4fcba;
background-color: #d4fcba;
/* Tailwind (arbitrary) */
class="text-[#d4fcba] bg-[#d4fcba]"
/* SCSS */
$brand: #d4fcba;
/* SwiftUI */
Color(red: 0.831, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#d4fcba")Accessibility — WCAG contrast
Aa
#d4fcba on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4fcba on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green98.8%
Blue72.9%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#d4fcba text on a black background
contrast 18.43:1
Card sample
#d4fcba text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4fcba;
Background color
Panel with #d4fcba background
background-color: #d4fcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4fcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4fcba; background: linear-gradient(135deg, #d4fcba, #BAFCCC);