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