#d0ebff
a pale, electric blue · cool · closest name: lavender
RGB
208, 235, 255
HSL
206°, 100%, 91%
CMYK
18, 8, 0, 0
Luminance
0.8005
Every format
| HEX | #d0ebff |
| RGB | rgb(208, 235, 255) |
| HSL | hsl(206, 100%, 91%) |
| CMYK | cmyk(18%, 8%, 0%, 0%) |
| LAB | lab(91.7 -4.8 -12.6) |
| LCH | lch(91.7 13.5 249.3) |
| OKLCH | oklch(0.927 0.040 240.0) |
Copy-ready code
/* CSS */
color: #d0ebff;
background-color: #d0ebff;
/* Tailwind (arbitrary) */
class="text-[#d0ebff] bg-[#d0ebff]"
/* SCSS */
$brand: #d0ebff;
/* SwiftUI */
Color(red: 0.816, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#d0ebff")Accessibility — WCAG contrast
Aa
#d0ebff on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0ebff on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green92.2%
Blue100.0%
CMYK percentages
Cyan18.4%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#d0ebff text on a black background
contrast 17.01:1
Card sample
#d0ebff text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0ebff;
Background color
Panel with #d0ebff background
background-color: #d0ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0ebff; background: linear-gradient(135deg, #d0ebff, #D4D0FF);