#cc7af3
a light, electric violet · warm · closest name: violet
RGB
204, 122, 243
HSL
281°, 83%, 72%
CMYK
16, 50, 0, 5
Luminance
0.3323
Every format
| HEX | #cc7af3 |
| RGB | rgb(204, 122, 243) |
| HSL | hsl(281, 83%, 72%) |
| CMYK | cmyk(16%, 50%, 0%, 5%) |
| LAB | lab(64.3 52.0 -48.2) |
| LCH | lch(64.3 70.9 317.1) |
| OKLCH | oklch(0.714 0.186 313.9) |
Copy-ready code
/* CSS */
color: #cc7af3;
background-color: #cc7af3;
/* Tailwind (arbitrary) */
class="text-[#cc7af3] bg-[#cc7af3]"
/* SCSS */
$brand: #cc7af3;
/* SwiftUI */
Color(red: 0.800, green: 0.478, blue: 0.953)
/* Android */
Color.parseColor("#cc7af3")Accessibility — WCAG contrast
Aa
#cc7af3 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc7af3 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green47.8%
Blue95.3%
CMYK percentages
Cyan16.0%
Magenta49.8%
Yellow0.0%
Key (black)4.7%
Color previews
#cc7af3 text on a black background
contrast 7.65:1
Card sample
#cc7af3 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7af3;
Background color
Panel with #cc7af3 background
background-color: #cc7af3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7af3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 122, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 122, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7af3; background: linear-gradient(135deg, #cc7af3, #F37AC9);