#d0eddf
a pale, soft green · cool · closest name: beige
RGB
208, 237, 223
HSL
151°, 45%, 87%
CMYK
12, 0, 6, 7
Luminance
0.7931
Every format
| HEX | #d0eddf |
| RGB | rgb(208, 237, 223) |
| HSL | hsl(151, 45%, 87%) |
| CMYK | cmyk(12%, 0%, 6%, 7%) |
| LAB | lab(91.4 -12.1 3.6) |
| LCH | lch(91.4 12.6 163.5) |
| OKLCH | oklch(0.921 0.036 165.0) |
Copy-ready code
/* CSS */
color: #d0eddf;
background-color: #d0eddf;
/* Tailwind (arbitrary) */
class="text-[#d0eddf] bg-[#d0eddf]"
/* SCSS */
$brand: #d0eddf;
/* SwiftUI */
Color(red: 0.816, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#d0eddf")Accessibility — WCAG contrast
Aa
#d0eddf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0eddf on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green92.9%
Blue87.5%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#d0eddf text on a black background
contrast 16.86:1
Card sample
#d0eddf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0eddf;
Background color
Panel with #d0eddf background
background-color: #d0eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0eddf; background: linear-gradient(135deg, #d0eddf, #D0E8ED);