#ccc8d7
a light, soft violet · warm · closest name: silver
RGB
204, 200, 215
HSL
256°, 16%, 81%
CMYK
5, 7, 0, 16
Luminance
0.5905
Every format
| HEX | #ccc8d7 |
| RGB | rgb(204, 200, 215) |
| HSL | hsl(256, 16%, 81%) |
| CMYK | cmyk(5%, 7%, 0%, 16%) |
| LAB | lab(81.3 4.2 -7.0) |
| LCH | lch(81.3 8.1 301.0) |
| OKLCH | oklch(0.841 0.021 298.1) |
Copy-ready code
/* CSS */
color: #ccc8d7;
background-color: #ccc8d7;
/* Tailwind (arbitrary) */
class="text-[#ccc8d7] bg-[#ccc8d7]"
/* SCSS */
$brand: #ccc8d7;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.843)
/* Android */
Color.parseColor("#ccc8d7")Accessibility — WCAG contrast
Aa
#ccc8d7 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc8d7 on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue84.3%
CMYK percentages
Cyan5.1%
Magenta7.0%
Yellow0.0%
Key (black)15.7%
Color previews
#ccc8d7 text on a black background
contrast 12.81:1
Card sample
#ccc8d7 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc8d7;
Background color
Panel with #ccc8d7 background
background-color: #ccc8d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc8d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc8d7; background: linear-gradient(135deg, #ccc8d7, #D6C8D7);