#c05cf1
a light, electric violet · warm · closest name: violet
RGB
192, 92, 241
HSL
280°, 84%, 65%
CMYK
20, 62, 0, 6
Luminance
0.2521
Every format
| HEX | #c05cf1 |
| RGB | rgb(192, 92, 241) |
| HSL | hsl(280, 84%, 65%) |
| CMYK | cmyk(20%, 62%, 0%, 6%) |
| LAB | lab(57.3 63.3 -58.4) |
| LCH | lch(57.3 86.1 317.3) |
| OKLCH | oklch(0.659 0.224 312.8) |
Copy-ready code
/* CSS */
color: #c05cf1;
background-color: #c05cf1;
/* Tailwind (arbitrary) */
class="text-[#c05cf1] bg-[#c05cf1]"
/* SCSS */
$brand: #c05cf1;
/* SwiftUI */
Color(red: 0.753, green: 0.361, blue: 0.945)
/* Android */
Color.parseColor("#c05cf1")Accessibility — WCAG contrast
Aa
#c05cf1 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c05cf1 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green36.1%
Blue94.5%
CMYK percentages
Cyan20.3%
Magenta61.8%
Yellow0.0%
Key (black)5.5%
Color previews
#c05cf1 text on a black background
contrast 6.04:1
Card sample
#c05cf1 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c05cf1;
Background color
Panel with #c05cf1 background
background-color: #c05cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c05cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 92, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 92, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c05cf1; background: linear-gradient(135deg, #c05cf1, #F15CBF);