#ccc6da
a light, soft violet · warm · closest name: lavender
RGB
204, 198, 218
HSL
258°, 21%, 82%
CMYK
6, 9, 0, 15
Luminance
0.5829
Every format
| HEX | #ccc6da |
| RGB | rgb(204, 198, 218) |
| HSL | hsl(258, 21%, 82%) |
| CMYK | cmyk(6%, 9%, 0%, 15%) |
| LAB | lab(80.9 5.8 -9.2) |
| LCH | lch(80.9 10.9 302.3) |
| OKLCH | oklch(0.838 0.028 299.5) |
Copy-ready code
/* CSS */
color: #ccc6da;
background-color: #ccc6da;
/* Tailwind (arbitrary) */
class="text-[#ccc6da] bg-[#ccc6da]"
/* SCSS */
$brand: #ccc6da;
/* SwiftUI */
Color(red: 0.800, green: 0.776, blue: 0.855)
/* Android */
Color.parseColor("#ccc6da")Accessibility — WCAG contrast
Aa
#ccc6da on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc6da on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.6%
Blue85.5%
CMYK percentages
Cyan6.4%
Magenta9.2%
Yellow0.0%
Key (black)14.5%
Color previews
#ccc6da text on a black background
contrast 12.66:1
Card sample
#ccc6da text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc6da;
Background color
Panel with #ccc6da background
background-color: #ccc6da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc6da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 198, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 198, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc6da; background: linear-gradient(135deg, #ccc6da, #D9C6DA);