#d4eeeb
a pale, soft cyan · cool · closest name: white
RGB
212, 238, 235
HSL
173°, 43%, 88%
CMYK
11, 0, 1, 7
Luminance
0.8114
Every format
| HEX | #d4eeeb |
| RGB | rgb(212, 238, 235) |
| HSL | hsl(173, 43%, 88%) |
| CMYK | cmyk(11%, 0%, 1%, 7%) |
| LAB | lab(92.2 -9.1 -1.4) |
| LCH | lch(92.2 9.2 189.0) |
| OKLCH | oklch(0.929 0.028 188.3) |
Copy-ready code
/* CSS */
color: #d4eeeb;
background-color: #d4eeeb;
/* Tailwind (arbitrary) */
class="text-[#d4eeeb] bg-[#d4eeeb]"
/* SCSS */
$brand: #d4eeeb;
/* SwiftUI */
Color(red: 0.831, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#d4eeeb")Accessibility — WCAG contrast
Aa
#d4eeeb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4eeeb on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green93.3%
Blue92.2%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#d4eeeb text on a black background
contrast 17.23:1
Card sample
#d4eeeb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4eeeb;
Background color
Panel with #d4eeeb background
background-color: #d4eeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4eeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4eeeb; background: linear-gradient(135deg, #d4eeeb, #D4E0EE);