#d4fccf
a pale, electric green · cool · closest name: beige
RGB
212, 252, 207
HSL
113°, 88%, 90%
CMYK
16, 0, 18, 1
Luminance
0.8812
Every format
| HEX | #d4fccf |
| RGB | rgb(212, 252, 207) |
| HSL | hsl(113, 88%, 90%) |
| CMYK | cmyk(16%, 0%, 18%, 1%) |
| LAB | lab(95.2 -21.0 17.4) |
| LCH | lch(95.2 27.3 140.4) |
| OKLCH | oklch(0.951 0.073 142.0) |
Copy-ready code
/* CSS */
color: #d4fccf;
background-color: #d4fccf;
/* Tailwind (arbitrary) */
class="text-[#d4fccf] bg-[#d4fccf]"
/* SCSS */
$brand: #d4fccf;
/* SwiftUI */
Color(red: 0.831, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#d4fccf")Accessibility — WCAG contrast
Aa
#d4fccf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4fccf on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green98.8%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#d4fccf text on a black background
contrast 18.62:1
Card sample
#d4fccf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4fccf;
Background color
Panel with #d4fccf background
background-color: #d4fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4fccf; background: linear-gradient(135deg, #d4fccf, #CFFCE8);