#dccceb
a pale, soft violet · warm · closest name: lavender
RGB
220, 204, 235
HSL
271°, 44%, 86%
CMYK
6, 13, 0, 8
Luminance
0.6440
Every format
| HEX | #dccceb |
| RGB | rgb(220, 204, 235) |
| HSL | hsl(271, 44%, 86%) |
| CMYK | cmyk(6%, 13%, 0%, 8%) |
| LAB | lab(84.2 11.2 -13.3) |
| LCH | lch(84.2 17.4 310.2) |
| OKLCH | oklch(0.868 0.045 308.6) |
Copy-ready code
/* CSS */
color: #dccceb;
background-color: #dccceb;
/* Tailwind (arbitrary) */
class="text-[#dccceb] bg-[#dccceb]"
/* SCSS */
$brand: #dccceb;
/* SwiftUI */
Color(red: 0.863, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#dccceb")Accessibility — WCAG contrast
Aa
#dccceb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccceb on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.0%
Blue92.2%
CMYK percentages
Cyan6.4%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#dccceb text on a black background
contrast 13.88:1
Card sample
#dccceb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccceb;
Background color
Panel with #dccceb background
background-color: #dccceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccceb; background: linear-gradient(135deg, #dccceb, #EBCCE5);