#ccc2d8
a light, soft violet · warm · closest name: silver
RGB
204, 194, 216
HSL
267°, 22%, 80%
CMYK
6, 10, 0, 15
Luminance
0.5638
Every format
| HEX | #ccc2d8 |
| RGB | rgb(204, 194, 216) |
| HSL | hsl(267, 22%, 80%) |
| CMYK | cmyk(6%, 10%, 0%, 15%) |
| LAB | lab(79.8 7.6 -9.7) |
| LCH | lch(79.8 12.3 307.9) |
| OKLCH | oklch(0.829 0.032 306.1) |
Copy-ready code
/* CSS */
color: #ccc2d8;
background-color: #ccc2d8;
/* Tailwind (arbitrary) */
class="text-[#ccc2d8] bg-[#ccc2d8]"
/* SCSS */
$brand: #ccc2d8;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.847)
/* Android */
Color.parseColor("#ccc2d8")Accessibility — WCAG contrast
Aa
#ccc2d8 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc2d8 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.1%
Blue84.7%
CMYK percentages
Cyan5.6%
Magenta10.2%
Yellow0.0%
Key (black)15.3%
Color previews
#ccc2d8 text on a black background
contrast 12.28:1
Card sample
#ccc2d8 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc2d8;
Background color
Panel with #ccc2d8 background
background-color: #ccc2d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc2d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 194, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 194, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc2d8; background: linear-gradient(135deg, #ccc2d8, #D8C2D5);