#d5ebff
a pale, electric blue · cool · closest name: lavender
RGB
213, 235, 255
HSL
209°, 100%, 92%
CMYK
17, 8, 0, 0
Luminance
0.8078
Every format
| HEX | #d5ebff |
| RGB | rgb(213, 235, 255) |
| HSL | hsl(209, 100%, 92%) |
| CMYK | cmyk(17%, 8%, 0%, 0%) |
| LAB | lab(92.0 -3.2 -12.1) |
| LCH | lch(92.0 12.5 255.0) |
| OKLCH | oklch(0.930 0.036 245.6) |
Copy-ready code
/* CSS */
color: #d5ebff;
background-color: #d5ebff;
/* Tailwind (arbitrary) */
class="text-[#d5ebff] bg-[#d5ebff]"
/* SCSS */
$brand: #d5ebff;
/* SwiftUI */
Color(red: 0.835, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#d5ebff")Accessibility — WCAG contrast
Aa
#d5ebff on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5ebff on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green92.2%
Blue100.0%
CMYK percentages
Cyan16.5%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#d5ebff text on a black background
contrast 17.16:1
Card sample
#d5ebff text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5ebff;
Background color
Panel with #d5ebff background
background-color: #d5ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5ebff; background: linear-gradient(135deg, #d5ebff, #DBD5FF);