#d4e2df
a pale, soft cyan · cool · closest name: silver
RGB
212, 226, 223
HSL
167°, 19%, 86%
CMYK
6, 0, 1, 11
Luminance
0.7372
Every format
| HEX | #d4e2df |
| RGB | rgb(212, 226, 223) |
| HSL | hsl(167, 19%, 86%) |
| CMYK | cmyk(6%, 0%, 1%, 11%) |
| LAB | lab(88.8 -5.2 -0.1) |
| LCH | lch(88.8 5.2 181.6) |
| OKLCH | oklch(0.901 0.015 181.7) |
Copy-ready code
/* CSS */
color: #d4e2df;
background-color: #d4e2df;
/* Tailwind (arbitrary) */
class="text-[#d4e2df] bg-[#d4e2df]"
/* SCSS */
$brand: #d4e2df;
/* SwiftUI */
Color(red: 0.831, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#d4e2df")Accessibility — WCAG contrast
Aa
#d4e2df on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4e2df on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green88.6%
Blue87.5%
CMYK percentages
Cyan6.2%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#d4e2df text on a black background
contrast 15.74:1
Card sample
#d4e2df text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4e2df;
Background color
Panel with #d4e2df background
background-color: #d4e2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4e2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4e2df; background: linear-gradient(135deg, #d4e2df, #D4DCE2);