#ccc3db
a light, soft violet · warm · closest name: lavender
RGB
204, 195, 219
HSL
263°, 25%, 81%
CMYK
7, 11, 0, 14
Luminance
0.5698
Every format
| HEX | #ccc3db |
| RGB | rgb(204, 195, 219) |
| HSL | hsl(263, 25%, 81%) |
| CMYK | cmyk(7%, 11%, 0%, 14%) |
| LAB | lab(80.2 7.6 -10.8) |
| LCH | lch(80.2 13.2 305.2) |
| OKLCH | oklch(0.832 0.035 302.7) |
Copy-ready code
/* CSS */
color: #ccc3db;
background-color: #ccc3db;
/* Tailwind (arbitrary) */
class="text-[#ccc3db] bg-[#ccc3db]"
/* SCSS */
$brand: #ccc3db;
/* SwiftUI */
Color(red: 0.800, green: 0.765, blue: 0.859)
/* Android */
Color.parseColor("#ccc3db")Accessibility — WCAG contrast
Aa
#ccc3db on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc3db on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.5%
Blue85.9%
CMYK percentages
Cyan6.8%
Magenta11.0%
Yellow0.0%
Key (black)14.1%
Color previews
#ccc3db text on a black background
contrast 12.40:1
Card sample
#ccc3db text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc3db;
Background color
Panel with #ccc3db background
background-color: #ccc3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 195, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 195, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc3db; background: linear-gradient(135deg, #ccc3db, #DBC3DA);