#dcccf3
a pale, vivid violet · warm · closest name: lavender
RGB
220, 204, 243
HSL
265°, 62%, 88%
CMYK
10, 16, 0, 5
Luminance
0.6487
Every format
| HEX | #dcccf3 |
| RGB | rgb(220, 204, 243) |
| HSL | hsl(265, 62%, 88%) |
| CMYK | cmyk(10%, 16%, 0%, 5%) |
| LAB | lab(84.4 12.8 -17.1) |
| LCH | lch(84.4 21.4 306.7) |
| OKLCH | oklch(0.871 0.056 303.9) |
Copy-ready code
/* CSS */
color: #dcccf3;
background-color: #dcccf3;
/* Tailwind (arbitrary) */
class="text-[#dcccf3] bg-[#dcccf3]"
/* SCSS */
$brand: #dcccf3;
/* SwiftUI */
Color(red: 0.863, green: 0.800, blue: 0.953)
/* Android */
Color.parseColor("#dcccf3")Accessibility — WCAG contrast
Aa
#dcccf3 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcccf3 on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.0%
Blue95.3%
CMYK percentages
Cyan9.5%
Magenta16.0%
Yellow0.0%
Key (black)4.7%
Color previews
#dcccf3 text on a black background
contrast 13.97:1
Card sample
#dcccf3 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcccf3;
Background color
Panel with #dcccf3 background
background-color: #dcccf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcccf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 204, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 204, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcccf3; background: linear-gradient(135deg, #dcccf3, #F3CCF0);