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