#d8cceb
a pale, soft violet · warm · closest name: lavender
RGB
216, 204, 235
HSL
263°, 44%, 86%
CMYK
8, 13, 0, 8
Luminance
0.6378
Every format
| HEX | #d8cceb |
| RGB | rgb(216, 204, 235) |
| HSL | hsl(263, 44%, 86%) |
| CMYK | cmyk(8%, 13%, 0%, 8%) |
| LAB | lab(83.8 9.9 -13.8) |
| LCH | lch(83.8 16.9 305.7) |
| OKLCH | oklch(0.865 0.044 303.0) |
Copy-ready code
/* CSS */
color: #d8cceb;
background-color: #d8cceb;
/* Tailwind (arbitrary) */
class="text-[#d8cceb] bg-[#d8cceb]"
/* SCSS */
$brand: #d8cceb;
/* SwiftUI */
Color(red: 0.847, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#d8cceb")Accessibility — WCAG contrast
Aa
#d8cceb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8cceb on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green80.0%
Blue92.2%
CMYK percentages
Cyan8.1%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#d8cceb text on a black background
contrast 13.76:1
Card sample
#d8cceb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8cceb;
Background color
Panel with #d8cceb background
background-color: #d8cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8cceb; background: linear-gradient(135deg, #d8cceb, #EBCCE9);