#ccc0db
a light, soft violet · warm · closest name: lavender
RGB
204, 192, 219
HSL
267°, 27%, 81%
CMYK
7, 12, 0, 14
Luminance
0.5565
Every format
| HEX | #ccc0db |
| RGB | rgb(204, 192, 219) |
| HSL | hsl(267, 27%, 81%) |
| CMYK | cmyk(7%, 12%, 0%, 14%) |
| LAB | lab(79.4 9.2 -11.9) |
| LCH | lch(79.4 15.1 307.7) |
| OKLCH | oklch(0.826 0.039 305.6) |
Copy-ready code
/* CSS */
color: #ccc0db;
background-color: #ccc0db;
/* Tailwind (arbitrary) */
class="text-[#ccc0db] bg-[#ccc0db]"
/* SCSS */
$brand: #ccc0db;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.859)
/* Android */
Color.parseColor("#ccc0db")Accessibility — WCAG contrast
Aa
#ccc0db on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc0db on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue85.9%
CMYK percentages
Cyan6.8%
Magenta12.3%
Yellow0.0%
Key (black)14.1%
Color previews
#ccc0db text on a black background
contrast 12.13:1
Card sample
#ccc0db text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc0db;
Background color
Panel with #ccc0db background
background-color: #ccc0db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc0db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc0db; background: linear-gradient(135deg, #ccc0db, #DBC0D8);