#ccc3d4
a light, soft violet · warm · closest name: silver
RGB
204, 195, 212
HSL
272°, 17%, 80%
CMYK
4, 8, 0, 17
Luminance
0.5662
Every format
| HEX | #ccc3d4 |
| RGB | rgb(204, 195, 212) |
| HSL | hsl(272, 17%, 80%) |
| CMYK | cmyk(4%, 8%, 0%, 17%) |
| LAB | lab(80.0 6.3 -7.3) |
| LCH | lch(80.0 9.7 310.4) |
| OKLCH | oklch(0.830 0.025 309.3) |
Copy-ready code
/* CSS */
color: #ccc3d4;
background-color: #ccc3d4;
/* Tailwind (arbitrary) */
class="text-[#ccc3d4] bg-[#ccc3d4]"
/* SCSS */
$brand: #ccc3d4;
/* SwiftUI */
Color(red: 0.800, green: 0.765, blue: 0.831)
/* Android */
Color.parseColor("#ccc3d4")Accessibility — WCAG contrast
Aa
#ccc3d4 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc3d4 on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.5%
Blue83.1%
CMYK percentages
Cyan3.8%
Magenta8.0%
Yellow0.0%
Key (black)16.9%
Color previews
#ccc3d4 text on a black background
contrast 12.32:1
Card sample
#ccc3d4 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc3d4;
Background color
Panel with #ccc3d4 background
background-color: #ccc3d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc3d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 195, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 195, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc3d4; background: linear-gradient(135deg, #ccc3d4, #D4C3D1);