#d0cceb
a pale, soft blue · warm · closest name: lavender
RGB
208, 204, 235
HSL
248°, 44%, 86%
CMYK
12, 13, 0, 8
Luminance
0.6259
Every format
| HEX | #d0cceb |
| RGB | rgb(208, 204, 235) |
| HSL | hsl(248, 44%, 86%) |
| CMYK | cmyk(12%, 13%, 0%, 8%) |
| LAB | lab(83.2 7.3 -14.8) |
| LCH | lch(83.2 16.5 296.3) |
| OKLCH | oklch(0.858 0.043 291.4) |
Copy-ready code
/* CSS */
color: #d0cceb;
background-color: #d0cceb;
/* Tailwind (arbitrary) */
class="text-[#d0cceb] bg-[#d0cceb]"
/* SCSS */
$brand: #d0cceb;
/* SwiftUI */
Color(red: 0.816, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#d0cceb")Accessibility — WCAG contrast
Aa
#d0cceb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0cceb on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green80.0%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#d0cceb text on a black background
contrast 13.52:1
Card sample
#d0cceb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0cceb;
Background color
Panel with #d0cceb background
background-color: #d0cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0cceb; background: linear-gradient(135deg, #d0cceb, #E5CCEB);