#c461f2
a light, electric violet · warm · closest name: violet
RGB
196, 97, 242
HSL
281°, 85%, 67%
CMYK
19, 60, 0, 5
Luminance
0.2670
Every format
| HEX | #c461f2 |
| RGB | rgb(196, 97, 242) |
| HSL | hsl(281, 85%, 67%) |
| CMYK | cmyk(19%, 60%, 0%, 5%) |
| LAB | lab(58.7 62.1 -56.7) |
| LCH | lch(58.7 84.1 317.6) |
| OKLCH | oklch(0.670 0.220 313.5) |
Copy-ready code
/* CSS */
color: #c461f2;
background-color: #c461f2;
/* Tailwind (arbitrary) */
class="text-[#c461f2] bg-[#c461f2]"
/* SCSS */
$brand: #c461f2;
/* SwiftUI */
Color(red: 0.769, green: 0.380, blue: 0.949)
/* Android */
Color.parseColor("#c461f2")Accessibility — WCAG contrast
Aa
#c461f2 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c461f2 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green38.0%
Blue94.9%
CMYK percentages
Cyan19.0%
Magenta59.9%
Yellow0.0%
Key (black)5.1%
Color previews
#c461f2 text on a black background
contrast 6.34:1
Card sample
#c461f2 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c461f2;
Background color
Panel with #c461f2 background
background-color: #c461f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c461f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 97, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 97, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c461f2; background: linear-gradient(135deg, #c461f2, #F261BF);