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