#c46dfe
a light, electric violet · warm · closest name: violet
RGB
196, 109, 254
HSL
276°, 99%, 71%
CMYK
23, 57, 0, 0
Luminance
0.2983
Every format
| HEX | #c46dfe |
| RGB | rgb(196, 109, 254) |
| HSL | hsl(276, 99%, 71%) |
| CMYK | cmyk(23%, 57%, 0%, 0%) |
| LAB | lab(61.5 58.8 -58.9) |
| LCH | lch(61.5 83.2 315.0) |
| OKLCH | oklch(0.693 0.215 309.6) |
Copy-ready code
/* CSS */
color: #c46dfe;
background-color: #c46dfe;
/* Tailwind (arbitrary) */
class="text-[#c46dfe] bg-[#c46dfe]"
/* SCSS */
$brand: #c46dfe;
/* SwiftUI */
Color(red: 0.769, green: 0.427, blue: 0.996)
/* Android */
Color.parseColor("#c46dfe")Accessibility — WCAG contrast
Aa
#c46dfe on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46dfe on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green42.7%
Blue99.6%
CMYK percentages
Cyan22.8%
Magenta57.1%
Yellow0.0%
Key (black)0.4%
Color previews
#c46dfe text on a black background
contrast 6.97:1
Card sample
#c46dfe text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46dfe;
Background color
Panel with #c46dfe background
background-color: #c46dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 109, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 109, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46dfe; background: linear-gradient(135deg, #c46dfe, #FE6DD7);