#ccc7d4
a light, muted violet · warm · closest name: silver
RGB
204, 199, 212
HSL
263°, 13%, 81%
CMYK
4, 6, 0, 17
Luminance
0.5844
Every format
| HEX | #ccc7d4 |
| RGB | rgb(204, 199, 212) |
| HSL | hsl(263, 13%, 81%) |
| CMYK | cmyk(4%, 6%, 0%, 17%) |
| LAB | lab(81.0 4.1 -5.8) |
| LCH | lch(81.0 7.2 305.2) |
| OKLCH | oklch(0.838 0.019 303.4) |
Copy-ready code
/* CSS */
color: #ccc7d4;
background-color: #ccc7d4;
/* Tailwind (arbitrary) */
class="text-[#ccc7d4] bg-[#ccc7d4]"
/* SCSS */
$brand: #ccc7d4;
/* SwiftUI */
Color(red: 0.800, green: 0.780, blue: 0.831)
/* Android */
Color.parseColor("#ccc7d4")Accessibility — WCAG contrast
Aa
#ccc7d4 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc7d4 on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.0%
Blue83.1%
CMYK percentages
Cyan3.8%
Magenta6.1%
Yellow0.0%
Key (black)16.9%
Color previews
#ccc7d4 text on a black background
contrast 12.69:1
Card sample
#ccc7d4 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc7d4;
Background color
Panel with #ccc7d4 background
background-color: #ccc7d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc7d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 199, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 199, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc7d4; background: linear-gradient(135deg, #ccc7d4, #D4C7D3);