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