#ccc2d7
a light, soft violet · warm · closest name: silver
RGB
204, 194, 215
HSL
269°, 21%, 80%
CMYK
5, 10, 0, 16
Luminance
0.5633
Every format
| HEX | #ccc2d7 |
| RGB | rgb(204, 194, 215) |
| HSL | hsl(269, 21%, 80%) |
| CMYK | cmyk(5%, 10%, 0%, 16%) |
| LAB | lab(79.8 7.4 -9.2) |
| LCH | lch(79.8 11.8 308.7) |
| OKLCH | oklch(0.829 0.031 307.1) |
Copy-ready code
/* CSS */
color: #ccc2d7;
background-color: #ccc2d7;
/* Tailwind (arbitrary) */
class="text-[#ccc2d7] bg-[#ccc2d7]"
/* SCSS */
$brand: #ccc2d7;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.843)
/* Android */
Color.parseColor("#ccc2d7")Accessibility — WCAG contrast
Aa
#ccc2d7 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc2d7 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.1%
Blue84.3%
CMYK percentages
Cyan5.1%
Magenta9.8%
Yellow0.0%
Key (black)15.7%
Color previews
#ccc2d7 text on a black background
contrast 12.27:1
Card sample
#ccc2d7 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc2d7;
Background color
Panel with #ccc2d7 background
background-color: #ccc2d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc2d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 194, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 194, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc2d7; background: linear-gradient(135deg, #ccc2d7, #D7C2D4);