#ccc7d0
a light, muted violet · warm · closest name: silver
RGB
204, 199, 208
HSL
273°, 9%, 80%
CMYK
2, 4, 0, 18
Luminance
0.5824
Every format
| HEX | #ccc7d0 |
| RGB | rgb(204, 199, 208) |
| HSL | hsl(273, 9%, 80%) |
| CMYK | cmyk(2%, 4%, 0%, 18%) |
| LAB | lab(80.9 3.4 -3.9) |
| LCH | lch(80.9 5.1 311.2) |
| OKLCH | oklch(0.836 0.013 310.5) |
Copy-ready code
/* CSS */
color: #ccc7d0;
background-color: #ccc7d0;
/* Tailwind (arbitrary) */
class="text-[#ccc7d0] bg-[#ccc7d0]"
/* SCSS */
$brand: #ccc7d0;
/* SwiftUI */
Color(red: 0.800, green: 0.780, blue: 0.816)
/* Android */
Color.parseColor("#ccc7d0")Accessibility — WCAG contrast
Aa
#ccc7d0 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc7d0 on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.0%
Blue81.6%
CMYK percentages
Cyan1.9%
Magenta4.3%
Yellow0.0%
Key (black)18.4%
Color previews
#ccc7d0 text on a black background
contrast 12.65:1
Card sample
#ccc7d0 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc7d0;
Background color
Panel with #ccc7d0 background
background-color: #ccc7d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc7d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 199, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 199, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc7d0; background: linear-gradient(135deg, #ccc7d0, #D0C7CE);