#cc91f3
a light, electric violet · warm · closest name: violet
RGB
204, 145, 243
HSL
276°, 80%, 76%
CMYK
16, 40, 0, 5
Luminance
0.3956
Every format
| HEX | #cc91f3 |
| RGB | rgb(204, 145, 243) |
| HSL | hsl(276, 80%, 76%) |
| CMYK | cmyk(16%, 40%, 0%, 5%) |
| LAB | lab(69.2 39.8 -40.7) |
| LCH | lch(69.2 56.9 314.4) |
| OKLCH | oklch(0.750 0.149 310.9) |
Copy-ready code
/* CSS */
color: #cc91f3;
background-color: #cc91f3;
/* Tailwind (arbitrary) */
class="text-[#cc91f3] bg-[#cc91f3]"
/* SCSS */
$brand: #cc91f3;
/* SwiftUI */
Color(red: 0.800, green: 0.569, blue: 0.953)
/* Android */
Color.parseColor("#cc91f3")Accessibility — WCAG contrast
Aa
#cc91f3 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc91f3 on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green56.9%
Blue95.3%
CMYK percentages
Cyan16.0%
Magenta40.3%
Yellow0.0%
Key (black)4.7%
Color previews
#cc91f3 text on a black background
contrast 8.91:1
Card sample
#cc91f3 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc91f3;
Background color
Panel with #cc91f3 background
background-color: #cc91f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc91f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 145, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 145, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc91f3; background: linear-gradient(135deg, #cc91f3, #F391D9);