#c458ff
a light, electric violet · warm · closest name: magenta
RGB
196, 88, 255
HSL
279°, 100%, 67%
CMYK
23, 66, 0, 0
Luminance
0.2594
Every format
| HEX | #c458ff |
| RGB | rgb(196, 88, 255) |
| HSL | hsl(279, 100%, 67%) |
| CMYK | cmyk(23%, 66%, 0%, 0%) |
| LAB | lab(58.0 68.8 -65.1) |
| LCH | lch(58.0 94.7 316.6) |
| OKLCH | oklch(0.668 0.244 311.2) |
Copy-ready code
/* CSS */
color: #c458ff;
background-color: #c458ff;
/* Tailwind (arbitrary) */
class="text-[#c458ff] bg-[#c458ff]"
/* SCSS */
$brand: #c458ff;
/* SwiftUI */
Color(red: 0.769, green: 0.345, blue: 1.000)
/* Android */
Color.parseColor("#c458ff")Accessibility — WCAG contrast
Aa
#c458ff on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c458ff on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green34.5%
Blue100.0%
CMYK percentages
Cyan23.1%
Magenta65.5%
Yellow0.0%
Key (black)0.0%
Color previews
#c458ff text on a black background
contrast 6.19:1
Card sample
#c458ff text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c458ff;
Background color
Panel with #c458ff background
background-color: #c458ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c458ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 88, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 88, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c458ff; background: linear-gradient(135deg, #c458ff, #FF58CB);