#ccacf2
a light, vivid violet · warm · closest name: plum
RGB
204, 172, 242
HSL
267°, 73%, 81%
CMYK
16, 29, 0, 5
Luminance
0.4875
Every format
| HEX | #ccacf2 |
| RGB | rgb(204, 172, 242) |
| HSL | hsl(267, 73%, 81%) |
| CMYK | cmyk(16%, 29%, 0%, 5%) |
| LAB | lab(75.3 24.8 -30.6) |
| LCH | lch(75.3 39.4 309.1) |
| OKLCH | oklch(0.797 0.103 305.1) |
Copy-ready code
/* CSS */
color: #ccacf2;
background-color: #ccacf2;
/* Tailwind (arbitrary) */
class="text-[#ccacf2] bg-[#ccacf2]"
/* SCSS */
$brand: #ccacf2;
/* SwiftUI */
Color(red: 0.800, green: 0.675, blue: 0.949)
/* Android */
Color.parseColor("#ccacf2")Accessibility — WCAG contrast
Aa
#ccacf2 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccacf2 on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.5%
Blue94.9%
CMYK percentages
Cyan15.7%
Magenta28.9%
Yellow0.0%
Key (black)5.1%
Color previews
#ccacf2 text on a black background
contrast 10.75:1
Card sample
#ccacf2 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccacf2;
Background color
Panel with #ccacf2 background
background-color: #ccacf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccacf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 172, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 172, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccacf2; background: linear-gradient(135deg, #ccacf2, #F2ACE9);