#ccc0d7
a light, soft violet · warm · closest name: silver
RGB
204, 192, 215
HSL
271°, 22%, 80%
CMYK
5, 11, 0, 16
Luminance
0.5544
Every format
| HEX | #ccc0d7 |
| RGB | rgb(204, 192, 215) |
| HSL | hsl(271, 22%, 80%) |
| CMYK | cmyk(5%, 11%, 0%, 16%) |
| LAB | lab(79.3 8.4 -10.0) |
| LCH | lch(79.3 13.1 310.3) |
| OKLCH | oklch(0.825 0.034 308.9) |
Copy-ready code
/* CSS */
color: #ccc0d7;
background-color: #ccc0d7;
/* Tailwind (arbitrary) */
class="text-[#ccc0d7] bg-[#ccc0d7]"
/* SCSS */
$brand: #ccc0d7;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.843)
/* Android */
Color.parseColor("#ccc0d7")Accessibility — WCAG contrast
Aa
#ccc0d7 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc0d7 on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue84.3%
CMYK percentages
Cyan5.1%
Magenta10.7%
Yellow0.0%
Key (black)15.7%
Color previews
#ccc0d7 text on a black background
contrast 12.09:1
Card sample
#ccc0d7 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc0d7;
Background color
Panel with #ccc0d7 background
background-color: #ccc0d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc0d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc0d7; background: linear-gradient(135deg, #ccc0d7, #D7C0D3);