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