#ccc0d4
a light, soft violet · warm · closest name: silver
RGB
204, 192, 212
HSL
276°, 19%, 79%
CMYK
4, 9, 0, 17
Luminance
0.5529
Every format
| HEX | #ccc0d4 |
| RGB | rgb(204, 192, 212) |
| HSL | hsl(276, 19%, 79%) |
| CMYK | cmyk(4%, 9%, 0%, 17%) |
| LAB | lab(79.2 7.9 -8.5) |
| LCH | lch(79.2 11.6 312.9) |
| OKLCH | oklch(0.824 0.030 312.1) |
Copy-ready code
/* CSS */
color: #ccc0d4;
background-color: #ccc0d4;
/* Tailwind (arbitrary) */
class="text-[#ccc0d4] bg-[#ccc0d4]"
/* SCSS */
$brand: #ccc0d4;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.831)
/* Android */
Color.parseColor("#ccc0d4")Accessibility — WCAG contrast
Aa
#ccc0d4 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc0d4 on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue83.1%
CMYK percentages
Cyan3.8%
Magenta9.4%
Yellow0.0%
Key (black)16.9%
Color previews
#ccc0d4 text on a black background
contrast 12.06:1
Card sample
#ccc0d4 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc0d4;
Background color
Panel with #ccc0d4 background
background-color: #ccc0d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc0d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc0d4; background: linear-gradient(135deg, #ccc0d4, #D4C0CF);