#d4eddf
a pale, soft green · cool · closest name: beige
RGB
212, 237, 223
HSL
146°, 41%, 88%
CMYK
11, 0, 6, 7
Luminance
0.7989
Every format
| HEX | #d4eddf |
| RGB | rgb(212, 237, 223) |
| HSL | hsl(146, 41%, 88%) |
| CMYK | cmyk(11%, 0%, 6%, 7%) |
| LAB | lab(91.6 -10.8 4.0) |
| LCH | lch(91.6 11.5 159.7) |
| OKLCH | oklch(0.924 0.032 161.3) |
Copy-ready code
/* CSS */
color: #d4eddf;
background-color: #d4eddf;
/* Tailwind (arbitrary) */
class="text-[#d4eddf] bg-[#d4eddf]"
/* SCSS */
$brand: #d4eddf;
/* SwiftUI */
Color(red: 0.831, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#d4eddf")Accessibility — WCAG contrast
Aa
#d4eddf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4eddf on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green92.9%
Blue87.5%
CMYK percentages
Cyan10.5%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#d4eddf text on a black background
contrast 16.98:1
Card sample
#d4eddf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4eddf;
Background color
Panel with #d4eddf background
background-color: #d4eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4eddf; background: linear-gradient(135deg, #d4eddf, #D4EAED);