#ccc7d3
a light, muted violet · warm · closest name: silver
RGB
204, 199, 211
HSL
265°, 12%, 80%
CMYK
3, 6, 0, 17
Luminance
0.5839
Every format
| HEX | #ccc7d3 |
| RGB | rgb(204, 199, 211) |
| HSL | hsl(265, 12%, 80%) |
| CMYK | cmyk(3%, 6%, 0%, 17%) |
| LAB | lab(81.0 3.9 -5.3) |
| LCH | lch(81.0 6.6 306.4) |
| OKLCH | oklch(0.837 0.017 304.8) |
Copy-ready code
/* CSS */
color: #ccc7d3;
background-color: #ccc7d3;
/* Tailwind (arbitrary) */
class="text-[#ccc7d3] bg-[#ccc7d3]"
/* SCSS */
$brand: #ccc7d3;
/* SwiftUI */
Color(red: 0.800, green: 0.780, blue: 0.827)
/* Android */
Color.parseColor("#ccc7d3")Accessibility — WCAG contrast
Aa
#ccc7d3 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc7d3 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.0%
Blue82.7%
CMYK percentages
Cyan3.3%
Magenta5.7%
Yellow0.0%
Key (black)17.3%
Color previews
#ccc7d3 text on a black background
contrast 12.68:1
Card sample
#ccc7d3 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc7d3;
Background color
Panel with #ccc7d3 background
background-color: #ccc7d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc7d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 199, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 199, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc7d3; background: linear-gradient(135deg, #ccc7d3, #D3C7D2);