#d4edeb
a pale, soft cyan · cool · closest name: white
RGB
212, 237, 235
HSL
175°, 41%, 88%
CMYK
11, 0, 1, 7
Luminance
0.8056
Every format
| HEX | #d4edeb |
| RGB | rgb(212, 237, 235) |
| HSL | hsl(175, 41%, 88%) |
| CMYK | cmyk(11%, 0%, 1%, 7%) |
| LAB | lab(91.9 -8.6 -1.8) |
| LCH | lch(91.9 8.7 192.0) |
| OKLCH | oklch(0.927 0.026 190.9) |
Copy-ready code
/* CSS */
color: #d4edeb;
background-color: #d4edeb;
/* Tailwind (arbitrary) */
class="text-[#d4edeb] bg-[#d4edeb]"
/* SCSS */
$brand: #d4edeb;
/* SwiftUI */
Color(red: 0.831, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#d4edeb")Accessibility — WCAG contrast
Aa
#d4edeb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4edeb on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green92.9%
Blue92.2%
CMYK percentages
Cyan10.5%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#d4edeb text on a black background
contrast 17.11:1
Card sample
#d4edeb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4edeb;
Background color
Panel with #d4edeb background
background-color: #d4edeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4edeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4edeb; background: linear-gradient(135deg, #d4edeb, #D4DEED);