#d0ceff
a pale, electric blue · warm · closest name: lavender
RGB
208, 206, 255
HSL
242°, 100%, 90%
CMYK
18, 19, 0, 0
Luminance
0.6477
Every format
| HEX | #d0ceff |
| RGB | rgb(208, 206, 255) |
| HSL | hsl(242, 100%, 90%) |
| CMYK | cmyk(18%, 19%, 0%, 0%) |
| LAB | lab(84.4 10.4 -23.7) |
| LCH | lch(84.4 25.9 293.8) |
| OKLCH | oklch(0.869 0.068 286.8) |
Copy-ready code
/* CSS */
color: #d0ceff;
background-color: #d0ceff;
/* Tailwind (arbitrary) */
class="text-[#d0ceff] bg-[#d0ceff]"
/* SCSS */
$brand: #d0ceff;
/* SwiftUI */
Color(red: 0.816, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#d0ceff")Accessibility — WCAG contrast
Aa
#d0ceff on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0ceff on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green80.8%
Blue100.0%
CMYK percentages
Cyan18.4%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#d0ceff text on a black background
contrast 13.95:1
Card sample
#d0ceff text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0ceff;
Background color
Panel with #d0ceff background
background-color: #d0ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0ceff; background: linear-gradient(135deg, #d0ceff, #F1CEFF);