#c662f1
a light, electric violet · warm · closest name: violet
RGB
198, 98, 241
HSL
282°, 84%, 67%
CMYK
18, 59, 0, 6
Luminance
0.2709
Every format
| HEX | #c662f1 |
| RGB | rgb(198, 98, 241) |
| HSL | hsl(282, 84%, 67%) |
| CMYK | cmyk(18%, 59%, 0%, 6%) |
| LAB | lab(59.1 61.9 -55.6) |
| LCH | lch(59.1 83.2 318.1) |
| OKLCH | oklch(0.673 0.218 314.4) |
Copy-ready code
/* CSS */
color: #c662f1;
background-color: #c662f1;
/* Tailwind (arbitrary) */
class="text-[#c662f1] bg-[#c662f1]"
/* SCSS */
$brand: #c662f1;
/* SwiftUI */
Color(red: 0.776, green: 0.384, blue: 0.945)
/* Android */
Color.parseColor("#c662f1")Accessibility — WCAG contrast
Aa
#c662f1 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c662f1 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green38.4%
Blue94.5%
CMYK percentages
Cyan17.8%
Magenta59.3%
Yellow0.0%
Key (black)5.5%
Color previews
#c662f1 text on a black background
contrast 6.42:1
Card sample
#c662f1 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c662f1;
Background color
Panel with #c662f1 background
background-color: #c662f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c662f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 98, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 98, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c662f1; background: linear-gradient(135deg, #c662f1, #F162BD);