#ccc1da
a light, soft violet · warm · closest name: lavender
RGB
204, 193, 218
HSL
266°, 25%, 81%
CMYK
6, 12, 0, 15
Luminance
0.5604
Every format
| HEX | #ccc1da |
| RGB | rgb(204, 193, 218) |
| HSL | hsl(266, 25%, 81%) |
| CMYK | cmyk(6%, 12%, 0%, 15%) |
| LAB | lab(79.6 8.5 -11.1) |
| LCH | lch(79.6 13.9 307.5) |
| OKLCH | oklch(0.828 0.036 305.4) |
Copy-ready code
/* CSS */
color: #ccc1da;
background-color: #ccc1da;
/* Tailwind (arbitrary) */
class="text-[#ccc1da] bg-[#ccc1da]"
/* SCSS */
$brand: #ccc1da;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.855)
/* Android */
Color.parseColor("#ccc1da")Accessibility — WCAG contrast
Aa
#ccc1da on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc1da on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.7%
Blue85.5%
CMYK percentages
Cyan6.4%
Magenta11.5%
Yellow0.0%
Key (black)14.5%
Color previews
#ccc1da text on a black background
contrast 12.21:1
Card sample
#ccc1da text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc1da;
Background color
Panel with #ccc1da background
background-color: #ccc1da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc1da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 193, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc1da; background: linear-gradient(135deg, #ccc1da, #DAC1D7);