#c46cf4
a light, electric violet · warm · closest name: violet
RGB
196, 108, 244
HSL
279°, 86%, 69%
CMYK
20, 56, 0, 4
Luminance
0.2899
Every format
| HEX | #c46cf4 |
| RGB | rgb(196, 108, 244) |
| HSL | hsl(279, 86%, 69%) |
| CMYK | cmyk(20%, 56%, 0%, 4%) |
| LAB | lab(60.8 57.2 -54.5) |
| LCH | lch(60.8 79.0 316.4) |
| OKLCH | oklch(0.686 0.206 312.1) |
Copy-ready code
/* CSS */
color: #c46cf4;
background-color: #c46cf4;
/* Tailwind (arbitrary) */
class="text-[#c46cf4] bg-[#c46cf4]"
/* SCSS */
$brand: #c46cf4;
/* SwiftUI */
Color(red: 0.769, green: 0.424, blue: 0.957)
/* Android */
Color.parseColor("#c46cf4")Accessibility — WCAG contrast
Aa
#c46cf4 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46cf4 on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green42.4%
Blue95.7%
CMYK percentages
Cyan19.7%
Magenta55.7%
Yellow0.0%
Key (black)4.3%
Color previews
#c46cf4 text on a black background
contrast 6.80:1
Card sample
#c46cf4 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46cf4;
Background color
Panel with #c46cf4 background
background-color: #c46cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 108, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 108, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46cf4; background: linear-gradient(135deg, #c46cf4, #F46CC9);