#d7ebfd
a pale, electric blue · cool · closest name: lavender
RGB
215, 235, 253
HSL
208°, 91%, 92%
CMYK
15, 7, 0, 1
Luminance
0.8096
Every format
| HEX | #d7ebfd |
| RGB | rgb(215, 235, 253) |
| HSL | hsl(208, 91%, 92%) |
| CMYK | cmyk(15%, 7%, 0%, 1%) |
| LAB | lab(92.1 -3.0 -10.9) |
| LCH | lch(92.1 11.3 254.5) |
| OKLCH | oklch(0.931 0.033 245.3) |
Copy-ready code
/* CSS */
color: #d7ebfd;
background-color: #d7ebfd;
/* Tailwind (arbitrary) */
class="text-[#d7ebfd] bg-[#d7ebfd]"
/* SCSS */
$brand: #d7ebfd;
/* SwiftUI */
Color(red: 0.843, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#d7ebfd")Accessibility — WCAG contrast
Aa
#d7ebfd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7ebfd on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green92.2%
Blue99.2%
CMYK percentages
Cyan15.0%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#d7ebfd text on a black background
contrast 17.19:1
Card sample
#d7ebfd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7ebfd;
Background color
Panel with #d7ebfd background
background-color: #d7ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7ebfd; background: linear-gradient(135deg, #d7ebfd, #DCD7FD);