#d4f3ce
a pale, vivid green · cool · closest name: beige
RGB
212, 243, 206
HSL
110°, 61%, 88%
CMYK
13, 0, 15, 5
Luminance
0.8255
Every format
| HEX | #d4f3ce |
| RGB | rgb(212, 243, 206) |
| HSL | hsl(110, 61%, 88%) |
| CMYK | cmyk(13%, 0%, 15%, 5%) |
| LAB | lab(92.8 -16.8 14.5) |
| LCH | lch(92.8 22.2 139.1) |
| OKLCH | oklch(0.932 0.059 140.6) |
Copy-ready code
/* CSS */
color: #d4f3ce;
background-color: #d4f3ce;
/* Tailwind (arbitrary) */
class="text-[#d4f3ce] bg-[#d4f3ce]"
/* SCSS */
$brand: #d4f3ce;
/* SwiftUI */
Color(red: 0.831, green: 0.953, blue: 0.808)
/* Android */
Color.parseColor("#d4f3ce")Accessibility — WCAG contrast
Aa
#d4f3ce on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4f3ce on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green95.3%
Blue80.8%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow15.2%
Key (black)4.7%
Color previews
#d4f3ce text on a black background
contrast 17.51:1
Card sample
#d4f3ce text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4f3ce;
Background color
Panel with #d4f3ce background
background-color: #d4f3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4f3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 243, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 243, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4f3ce; background: linear-gradient(135deg, #d4f3ce, #CEF3E1);