#ccc3df
a light, soft violet · warm · closest name: lavender
RGB
204, 195, 223
HSL
259°, 30%, 82%
CMYK
9, 13, 0, 13
Luminance
0.5720
Every format
| HEX | #ccc3df |
| RGB | rgb(204, 195, 223) |
| HSL | hsl(259, 30%, 82%) |
| CMYK | cmyk(9%, 13%, 0%, 13%) |
| LAB | lab(80.3 8.4 -12.8) |
| LCH | lch(80.3 15.3 303.3) |
| OKLCH | oklch(0.833 0.040 300.2) |
Copy-ready code
/* CSS */
color: #ccc3df;
background-color: #ccc3df;
/* Tailwind (arbitrary) */
class="text-[#ccc3df] bg-[#ccc3df]"
/* SCSS */
$brand: #ccc3df;
/* SwiftUI */
Color(red: 0.800, green: 0.765, blue: 0.875)
/* Android */
Color.parseColor("#ccc3df")Accessibility — WCAG contrast
Aa
#ccc3df on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc3df on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.5%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta12.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ccc3df text on a black background
contrast 12.44:1
Card sample
#ccc3df text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc3df;
Background color
Panel with #ccc3df background
background-color: #ccc3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 195, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 195, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc3df; background: linear-gradient(135deg, #ccc3df, #DFC3DF);