#ccadeb
a light, vivid violet · warm · closest name: plum
RGB
204, 173, 235
HSL
270°, 61%, 80%
CMYK
13, 26, 0, 8
Luminance
0.4872
Every format
| HEX | #ccadeb |
| RGB | rgb(204, 173, 235) |
| HSL | hsl(270, 61%, 80%) |
| CMYK | cmyk(13%, 26%, 0%, 8%) |
| LAB | lab(75.3 22.8 -26.9) |
| LCH | lch(75.3 35.2 310.3) |
| OKLCH | oklch(0.796 0.092 307.2) |
Copy-ready code
/* CSS */
color: #ccadeb;
background-color: #ccadeb;
/* Tailwind (arbitrary) */
class="text-[#ccadeb] bg-[#ccadeb]"
/* SCSS */
$brand: #ccadeb;
/* SwiftUI */
Color(red: 0.800, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#ccadeb")Accessibility — WCAG contrast
Aa
#ccadeb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccadeb on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.8%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ccadeb text on a black background
contrast 10.74:1
Card sample
#ccadeb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccadeb;
Background color
Panel with #ccadeb background
background-color: #ccadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccadeb; background: linear-gradient(135deg, #ccadeb, #EBADE1);