#dcccf8
a pale, electric violet · warm · closest name: lavender
RGB
220, 204, 248
HSL
262°, 76%, 89%
CMYK
11, 18, 0, 3
Luminance
0.6518
Every format
| HEX | #dcccf8 |
| RGB | rgb(220, 204, 248) |
| HSL | hsl(262, 76%, 89%) |
| CMYK | cmyk(11%, 18%, 0%, 3%) |
| LAB | lab(84.6 13.8 -19.6) |
| LCH | lch(84.6 23.9 305.2) |
| OKLCH | oklch(0.872 0.062 301.7) |
Copy-ready code
/* CSS */
color: #dcccf8;
background-color: #dcccf8;
/* Tailwind (arbitrary) */
class="text-[#dcccf8] bg-[#dcccf8]"
/* SCSS */
$brand: #dcccf8;
/* SwiftUI */
Color(red: 0.863, green: 0.800, blue: 0.973)
/* Android */
Color.parseColor("#dcccf8")Accessibility — WCAG contrast
Aa
#dcccf8 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcccf8 on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.0%
Blue97.3%
CMYK percentages
Cyan11.3%
Magenta17.7%
Yellow0.0%
Key (black)2.7%
Color previews
#dcccf8 text on a black background
contrast 14.04:1
Card sample
#dcccf8 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcccf8;
Background color
Panel with #dcccf8 background
background-color: #dcccf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcccf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 204, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 204, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcccf8; background: linear-gradient(135deg, #dcccf8, #F8CCF7);