#dcc7eb
a pale, vivid violet · warm · closest name: lavender
RGB
220, 199, 235
HSL
275°, 47%, 85%
CMYK
6, 15, 0, 8
Luminance
0.6206
Every format
| HEX | #dcc7eb |
| RGB | rgb(220, 199, 235) |
| HSL | hsl(275, 47%, 85%) |
| CMYK | cmyk(6%, 15%, 0%, 8%) |
| LAB | lab(83.0 13.9 -15.1) |
| LCH | lch(83.0 20.5 312.6) |
| OKLCH | oklch(0.858 0.054 311.2) |
Copy-ready code
/* CSS */
color: #dcc7eb;
background-color: #dcc7eb;
/* Tailwind (arbitrary) */
class="text-[#dcc7eb] bg-[#dcc7eb]"
/* SCSS */
$brand: #dcc7eb;
/* SwiftUI */
Color(red: 0.863, green: 0.780, blue: 0.922)
/* Android */
Color.parseColor("#dcc7eb")Accessibility — WCAG contrast
Aa
#dcc7eb on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc7eb on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green78.0%
Blue92.2%
CMYK percentages
Cyan6.4%
Magenta15.3%
Yellow0.0%
Key (black)7.8%
Color previews
#dcc7eb text on a black background
contrast 13.41:1
Card sample
#dcc7eb text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc7eb;
Background color
Panel with #dcc7eb background
background-color: #dcc7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 199, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 199, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc7eb; background: linear-gradient(135deg, #dcc7eb, #EBC7E2);