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