#ccc3ce
a light, muted violet · warm · closest name: silver
RGB
204, 195, 206
HSL
289°, 10%, 79%
CMYK
1, 5, 0, 19
Luminance
0.5632
Every format
| HEX | #ccc3ce |
| RGB | rgb(204, 195, 206) |
| HSL | hsl(289, 10%, 79%) |
| CMYK | cmyk(1%, 5%, 0%, 19%) |
| LAB | lab(79.8 5.1 -4.4) |
| LCH | lch(79.8 6.7 319.6) |
| OKLCH | oklch(0.828 0.018 320.1) |
Copy-ready code
/* CSS */
color: #ccc3ce;
background-color: #ccc3ce;
/* Tailwind (arbitrary) */
class="text-[#ccc3ce] bg-[#ccc3ce]"
/* SCSS */
$brand: #ccc3ce;
/* SwiftUI */
Color(red: 0.800, green: 0.765, blue: 0.808)
/* Android */
Color.parseColor("#ccc3ce")Accessibility — WCAG contrast
Aa
#ccc3ce on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc3ce on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.5%
Blue80.8%
CMYK percentages
Cyan1.0%
Magenta5.3%
Yellow0.0%
Key (black)19.2%
Color previews
#ccc3ce text on a black background
contrast 12.26:1
Card sample
#ccc3ce text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc3ce;
Background color
Panel with #ccc3ce background
background-color: #ccc3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 195, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 195, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc3ce; background: linear-gradient(135deg, #ccc3ce, #CEC3C9);