#ccc2d6
a light, soft violet · warm · closest name: silver
RGB
204, 194, 214
HSL
270°, 20%, 80%
CMYK
5, 9, 0, 16
Luminance
0.5628
Every format
| HEX | #ccc2d6 |
| RGB | rgb(204, 194, 214) |
| HSL | hsl(270, 20%, 80%) |
| CMYK | cmyk(5%, 9%, 0%, 16%) |
| LAB | lab(79.8 7.2 -8.7) |
| LCH | lch(79.8 11.3 309.5) |
| OKLCH | oklch(0.828 0.030 308.1) |
Copy-ready code
/* CSS */
color: #ccc2d6;
background-color: #ccc2d6;
/* Tailwind (arbitrary) */
class="text-[#ccc2d6] bg-[#ccc2d6]"
/* SCSS */
$brand: #ccc2d6;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.839)
/* Android */
Color.parseColor("#ccc2d6")Accessibility — WCAG contrast
Aa
#ccc2d6 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc2d6 on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.1%
Blue83.9%
CMYK percentages
Cyan4.7%
Magenta9.3%
Yellow0.0%
Key (black)16.1%
Color previews
#ccc2d6 text on a black background
contrast 12.26:1
Card sample
#ccc2d6 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc2d6;
Background color
Panel with #ccc2d6 background
background-color: #ccc2d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc2d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 194, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 194, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc2d6; background: linear-gradient(135deg, #ccc2d6, #D6C2D3);