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