#c461ff
a light, electric violet · warm · closest name: violet
RGB
196, 97, 255
HSL
278°, 100%, 69%
CMYK
23, 62, 0, 0
Luminance
0.2751
Every format
| HEX | #c461ff |
| RGB | rgb(196, 97, 255) |
| HSL | hsl(278, 100%, 69%) |
| CMYK | cmyk(23%, 62%, 0%, 0%) |
| LAB | lab(59.4 64.8 -62.7) |
| LCH | lch(59.4 90.2 315.9) |
| OKLCH | oklch(0.678 0.233 310.5) |
Copy-ready code
/* CSS */
color: #c461ff;
background-color: #c461ff;
/* Tailwind (arbitrary) */
class="text-[#c461ff] bg-[#c461ff]"
/* SCSS */
$brand: #c461ff;
/* SwiftUI */
Color(red: 0.769, green: 0.380, blue: 1.000)
/* Android */
Color.parseColor("#c461ff")Accessibility — WCAG contrast
Aa
#c461ff on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c461ff on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green38.0%
Blue100.0%
CMYK percentages
Cyan23.1%
Magenta62.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c461ff text on a black background
contrast 6.50:1
Card sample
#c461ff text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c461ff;
Background color
Panel with #c461ff background
background-color: #c461ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c461ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 97, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 97, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c461ff; background: linear-gradient(135deg, #c461ff, #FF61D1);