#ccc3da
a light, soft violet · warm · closest name: lavender
RGB
204, 195, 218
HSL
264°, 24%, 81%
CMYK
6, 11, 0, 15
Luminance
0.5693
Every format
| HEX | #ccc3da |
| RGB | rgb(204, 195, 218) |
| HSL | hsl(264, 24%, 81%) |
| CMYK | cmyk(6%, 11%, 0%, 15%) |
| LAB | lab(80.1 7.4 -10.3) |
| LCH | lch(80.1 12.7 305.7) |
| OKLCH | oklch(0.832 0.033 303.4) |
Copy-ready code
/* CSS */
color: #ccc3da;
background-color: #ccc3da;
/* Tailwind (arbitrary) */
class="text-[#ccc3da] bg-[#ccc3da]"
/* SCSS */
$brand: #ccc3da;
/* SwiftUI */
Color(red: 0.800, green: 0.765, blue: 0.855)
/* Android */
Color.parseColor("#ccc3da")Accessibility — WCAG contrast
Aa
#ccc3da on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc3da on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.5%
Blue85.5%
CMYK percentages
Cyan6.4%
Magenta10.6%
Yellow0.0%
Key (black)14.5%
Color previews
#ccc3da text on a black background
contrast 12.39:1
Card sample
#ccc3da text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc3da;
Background color
Panel with #ccc3da background
background-color: #ccc3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 195, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 195, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc3da; background: linear-gradient(135deg, #ccc3da, #DAC3D9);