#ccc3d0
a light, muted violet · warm · closest name: silver
RGB
204, 195, 208
HSL
282°, 12%, 79%
CMYK
2, 6, 0, 18
Luminance
0.5642
Every format
| HEX | #ccc3d0 |
| RGB | rgb(204, 195, 208) |
| HSL | hsl(282, 12%, 79%) |
| CMYK | cmyk(2%, 6%, 0%, 18%) |
| LAB | lab(79.8 5.5 -5.4) |
| LCH | lch(79.8 7.7 315.8) |
| OKLCH | oklch(0.828 0.020 315.7) |
Copy-ready code
/* CSS */
color: #ccc3d0;
background-color: #ccc3d0;
/* Tailwind (arbitrary) */
class="text-[#ccc3d0] bg-[#ccc3d0]"
/* SCSS */
$brand: #ccc3d0;
/* SwiftUI */
Color(red: 0.800, green: 0.765, blue: 0.816)
/* Android */
Color.parseColor("#ccc3d0")Accessibility — WCAG contrast
Aa
#ccc3d0 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc3d0 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.5%
Blue81.6%
CMYK percentages
Cyan1.9%
Magenta6.3%
Yellow0.0%
Key (black)18.4%
Color previews
#ccc3d0 text on a black background
contrast 12.28:1
Card sample
#ccc3d0 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc3d0;
Background color
Panel with #ccc3d0 background
background-color: #ccc3d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc3d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 195, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 195, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc3d0; background: linear-gradient(135deg, #ccc3d0, #D0C3CB);