#ccacf7
a light, electric violet · warm · closest name: plum
RGB
204, 172, 247
HSL
266°, 82%, 82%
CMYK
17, 30, 0, 3
Luminance
0.4906
Every format
| HEX | #ccacf7 |
| RGB | rgb(204, 172, 247) |
| HSL | hsl(266, 82%, 82%) |
| CMYK | cmyk(17%, 30%, 0%, 3%) |
| LAB | lab(75.5 25.9 -33.0) |
| LCH | lch(75.5 42.0 308.1) |
| OKLCH | oklch(0.799 0.109 303.6) |
Copy-ready code
/* CSS */
color: #ccacf7;
background-color: #ccacf7;
/* Tailwind (arbitrary) */
class="text-[#ccacf7] bg-[#ccacf7]"
/* SCSS */
$brand: #ccacf7;
/* SwiftUI */
Color(red: 0.800, green: 0.675, blue: 0.969)
/* Android */
Color.parseColor("#ccacf7")Accessibility — WCAG contrast
Aa
#ccacf7 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccacf7 on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.5%
Blue96.9%
CMYK percentages
Cyan17.4%
Magenta30.4%
Yellow0.0%
Key (black)3.1%
Color previews
#ccacf7 text on a black background
contrast 10.81:1
Card sample
#ccacf7 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccacf7;
Background color
Panel with #ccacf7 background
background-color: #ccacf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccacf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 172, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 172, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccacf7; background: linear-gradient(135deg, #ccacf7, #F7ACF0);