#c459eb
a balanced, electric violet · warm · closest name: orchid
RGB
196, 89, 235
HSL
284°, 79%, 64%
CMYK
17, 62, 0, 8
Luminance
0.2488
Every format
| HEX | #c459eb |
| RGB | rgb(196, 89, 235) |
| HSL | hsl(284, 79%, 64%) |
| CMYK | cmyk(17%, 62%, 0%, 8%) |
| LAB | lab(57.0 64.3 -55.6) |
| LCH | lch(57.0 85.0 319.2) |
| OKLCH | oklch(0.657 0.224 315.9) |
Copy-ready code
/* CSS */
color: #c459eb;
background-color: #c459eb;
/* Tailwind (arbitrary) */
class="text-[#c459eb] bg-[#c459eb]"
/* SCSS */
$brand: #c459eb;
/* SwiftUI */
Color(red: 0.769, green: 0.349, blue: 0.922)
/* Android */
Color.parseColor("#c459eb")Accessibility — WCAG contrast
Aa
#c459eb on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c459eb on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green34.9%
Blue92.2%
CMYK percentages
Cyan16.6%
Magenta62.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c459eb text on a black background
contrast 5.98:1
Card sample
#c459eb text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c459eb;
Background color
Panel with #c459eb background
background-color: #c459eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c459eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 89, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 89, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c459eb; background: linear-gradient(135deg, #c459eb, #EB59B1);