#d0ceeb
a pale, soft blue · warm · closest name: lavender
RGB
208, 206, 235
HSL
244°, 42%, 87%
CMYK
12, 12, 0, 8
Luminance
0.6355
Every format
| HEX | #d0ceeb |
| RGB | rgb(208, 206, 235) |
| HSL | hsl(244, 42%, 87%) |
| CMYK | cmyk(12%, 12%, 0%, 8%) |
| LAB | lab(83.7 6.3 -14.0) |
| LCH | lch(83.7 15.3 294.0) |
| OKLCH | oklch(0.862 0.040 288.7) |
Copy-ready code
/* CSS */
color: #d0ceeb;
background-color: #d0ceeb;
/* Tailwind (arbitrary) */
class="text-[#d0ceeb] bg-[#d0ceeb]"
/* SCSS */
$brand: #d0ceeb;
/* SwiftUI */
Color(red: 0.816, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#d0ceeb")Accessibility — WCAG contrast
Aa
#d0ceeb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0ceeb on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green80.8%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#d0ceeb text on a black background
contrast 13.71:1
Card sample
#d0ceeb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0ceeb;
Background color
Panel with #d0ceeb background
background-color: #d0ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0ceeb; background: linear-gradient(135deg, #d0ceeb, #E3CEEB);