#d0ebfd
a pale, electric blue · cool · closest name: lavender
RGB
208, 235, 253
HSL
204°, 92%, 90%
CMYK
18, 7, 0, 1
Luminance
0.7992
Every format
| HEX | #d0ebfd |
| RGB | rgb(208, 235, 253) |
| HSL | hsl(204, 92%, 90%) |
| CMYK | cmyk(18%, 7%, 0%, 1%) |
| LAB | lab(91.7 -5.2 -11.7) |
| LCH | lch(91.7 12.8 246.1) |
| OKLCH | oklch(0.926 0.038 237.1) |
Copy-ready code
/* CSS */
color: #d0ebfd;
background-color: #d0ebfd;
/* Tailwind (arbitrary) */
class="text-[#d0ebfd] bg-[#d0ebfd]"
/* SCSS */
$brand: #d0ebfd;
/* SwiftUI */
Color(red: 0.816, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#d0ebfd")Accessibility — WCAG contrast
Aa
#d0ebfd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0ebfd on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green92.2%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#d0ebfd text on a black background
contrast 16.98:1
Card sample
#d0ebfd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0ebfd;
Background color
Panel with #d0ebfd background
background-color: #d0ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0ebfd; background: linear-gradient(135deg, #d0ebfd, #D3D0FD);