#dcc9eb
a pale, vivid violet · warm · closest name: lavender
RGB
220, 201, 235
HSL
274°, 46%, 86%
CMYK
6, 15, 0, 8
Luminance
0.6299
Every format
| HEX | #dcc9eb |
| RGB | rgb(220, 201, 235) |
| HSL | hsl(274, 46%, 86%) |
| CMYK | cmyk(6%, 15%, 0%, 8%) |
| LAB | lab(83.4 12.8 -14.4) |
| LCH | lch(83.4 19.2 311.7) |
| OKLCH | oklch(0.862 0.051 310.3) |
Copy-ready code
/* CSS */
color: #dcc9eb;
background-color: #dcc9eb;
/* Tailwind (arbitrary) */
class="text-[#dcc9eb] bg-[#dcc9eb]"
/* SCSS */
$brand: #dcc9eb;
/* SwiftUI */
Color(red: 0.863, green: 0.788, blue: 0.922)
/* Android */
Color.parseColor("#dcc9eb")Accessibility — WCAG contrast
Aa
#dcc9eb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc9eb on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green78.8%
Blue92.2%
CMYK percentages
Cyan6.4%
Magenta14.5%
Yellow0.0%
Key (black)7.8%
Color previews
#dcc9eb text on a black background
contrast 13.60:1
Card sample
#dcc9eb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc9eb;
Background color
Panel with #dcc9eb background
background-color: #dcc9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 201, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 201, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc9eb; background: linear-gradient(135deg, #dcc9eb, #EBC9E3);