#ccc3d5
a light, soft violet · warm · closest name: silver
RGB
204, 195, 213
HSL
270°, 18%, 80%
CMYK
4, 9, 0, 17
Luminance
0.5667
Every format
| HEX | #ccc3d5 |
| RGB | rgb(204, 195, 213) |
| HSL | hsl(270, 18%, 80%) |
| CMYK | cmyk(4%, 9%, 0%, 17%) |
| LAB | lab(80.0 6.5 -7.8) |
| LCH | lch(80.0 10.2 309.4) |
| OKLCH | oklch(0.830 0.027 308.1) |
Copy-ready code
/* CSS */
color: #ccc3d5;
background-color: #ccc3d5;
/* Tailwind (arbitrary) */
class="text-[#ccc3d5] bg-[#ccc3d5]"
/* SCSS */
$brand: #ccc3d5;
/* SwiftUI */
Color(red: 0.800, green: 0.765, blue: 0.835)
/* Android */
Color.parseColor("#ccc3d5")Accessibility — WCAG contrast
Aa
#ccc3d5 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc3d5 on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.5%
Blue83.5%
CMYK percentages
Cyan4.2%
Magenta8.5%
Yellow0.0%
Key (black)16.5%
Color previews
#ccc3d5 text on a black background
contrast 12.33:1
Card sample
#ccc3d5 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc3d5;
Background color
Panel with #ccc3d5 background
background-color: #ccc3d5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc3d5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 195, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 195, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc3d5; background: linear-gradient(135deg, #ccc3d5, #D5C3D2);