#c46eee
a light, electric violet · warm · closest name: orchid
RGB
196, 110, 238
HSL
280°, 79%, 68%
CMYK
18, 54, 0, 7
Luminance
0.2906
Every format
| HEX | #c46eee |
| RGB | rgb(196, 110, 238) |
| HSL | hsl(280, 79%, 68%) |
| CMYK | cmyk(18%, 54%, 0%, 7%) |
| LAB | lab(60.8 54.9 -51.1) |
| LCH | lch(60.8 75.0 317.1) |
| OKLCH | oklch(0.685 0.197 313.4) |
Copy-ready code
/* CSS */
color: #c46eee;
background-color: #c46eee;
/* Tailwind (arbitrary) */
class="text-[#c46eee] bg-[#c46eee]"
/* SCSS */
$brand: #c46eee;
/* SwiftUI */
Color(red: 0.769, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#c46eee")Accessibility — WCAG contrast
Aa
#c46eee on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c46eee on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green43.1%
Blue93.3%
CMYK percentages
Cyan17.6%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#c46eee text on a black background
contrast 6.81:1
Card sample
#c46eee text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c46eee;
Background color
Panel with #c46eee background
background-color: #c46eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c46eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c46eee; background: linear-gradient(135deg, #c46eee, #EE6EC3);