#d5eeee
a pale, soft cyan · cool · closest name: white
RGB
213, 238, 238
HSL
180°, 42%, 88%
CMYK
11, 0, 0, 7
Luminance
0.8147
Every format
| HEX | #d5eeee |
| RGB | rgb(213, 238, 238) |
| HSL | hsl(180, 42%, 88%) |
| CMYK | cmyk(11%, 0%, 0%, 7%) |
| LAB | lab(92.3 -8.2 -2.8) |
| LCH | lch(92.3 8.6 198.8) |
| OKLCH | oklch(0.931 0.026 196.7) |
Copy-ready code
/* CSS */
color: #d5eeee;
background-color: #d5eeee;
/* Tailwind (arbitrary) */
class="text-[#d5eeee] bg-[#d5eeee]"
/* SCSS */
$brand: #d5eeee;
/* SwiftUI */
Color(red: 0.835, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#d5eeee")Accessibility — WCAG contrast
Aa
#d5eeee on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5eeee on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green93.3%
Blue93.3%
CMYK percentages
Cyan10.5%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#d5eeee text on a black background
contrast 17.29:1
Card sample
#d5eeee text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5eeee;
Background color
Panel with #d5eeee background
background-color: #d5eeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5eeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5eeee; background: linear-gradient(135deg, #d5eeee, #D5DDEE);