#d5eef0
a pale, vivid cyan · cool · closest name: white
RGB
213, 238, 240
HSL
184°, 47%, 89%
CMYK
11, 1, 0, 6
Luminance
0.8159
Every format
| HEX | #d5eef0 |
| RGB | rgb(213, 238, 240) |
| HSL | hsl(184, 47%, 89%) |
| CMYK | cmyk(11%, 1%, 0%, 6%) |
| LAB | lab(92.4 -7.8 -3.8) |
| LCH | lch(92.4 8.6 205.8) |
| OKLCH | oklch(0.931 0.026 202.6) |
Copy-ready code
/* CSS */
color: #d5eef0;
background-color: #d5eef0;
/* Tailwind (arbitrary) */
class="text-[#d5eef0] bg-[#d5eef0]"
/* SCSS */
$brand: #d5eef0;
/* SwiftUI */
Color(red: 0.835, green: 0.933, blue: 0.941)
/* Android */
Color.parseColor("#d5eef0")Accessibility — WCAG contrast
Aa
#d5eef0 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5eef0 on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green93.3%
Blue94.1%
CMYK percentages
Cyan11.2%
Magenta0.8%
Yellow0.0%
Key (black)5.9%
Color previews
#d5eef0 text on a black background
contrast 17.32:1
Card sample
#d5eef0 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5eef0;
Background color
Panel with #d5eef0 background
background-color: #d5eef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5eef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 238, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 238, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5eef0; background: linear-gradient(135deg, #d5eef0, #D5DCF0);