#ccadf6
a light, electric violet · warm · closest name: plum
RGB
204, 173, 246
HSL
266°, 80%, 82%
CMYK
17, 30, 0, 4
Luminance
0.4938
Every format
| HEX | #ccadf6 |
| RGB | rgb(204, 173, 246) |
| HSL | hsl(266, 80%, 82%) |
| CMYK | cmyk(17%, 30%, 0%, 4%) |
| LAB | lab(75.7 25.1 -32.2) |
| LCH | lch(75.7 40.8 308.0) |
| OKLCH | oklch(0.800 0.106 303.5) |
Copy-ready code
/* CSS */
color: #ccadf6;
background-color: #ccadf6;
/* Tailwind (arbitrary) */
class="text-[#ccadf6] bg-[#ccadf6]"
/* SCSS */
$brand: #ccadf6;
/* SwiftUI */
Color(red: 0.800, green: 0.678, blue: 0.965)
/* Android */
Color.parseColor("#ccadf6")Accessibility — WCAG contrast
Aa
#ccadf6 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccadf6 on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.8%
Blue96.5%
CMYK percentages
Cyan17.1%
Magenta29.7%
Yellow0.0%
Key (black)3.5%
Color previews
#ccadf6 text on a black background
contrast 10.88:1
Card sample
#ccadf6 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccadf6;
Background color
Panel with #ccadf6 background
background-color: #ccadf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccadf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 173, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 173, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccadf6; background: linear-gradient(135deg, #ccadf6, #F6ADEF);