#5915cf
a dark, electric violet · warm · closest name: blue
RGB
89, 21, 207
HSL
262°, 82%, 45%
CMYK
57, 90, 0, 19
Luminance
0.0717
Every format
| HEX | #5915cf |
| RGB | rgb(89, 21, 207) |
| HSL | hsl(262, 82%, 45%) |
| CMYK | cmyk(57%, 90%, 0%, 19%) |
| LAB | lab(32.2 66.4 -80.5) |
| LCH | lch(32.2 104.3 309.5) |
| OKLCH | oklch(0.447 0.243 287.8) |
Copy-ready code
/* CSS */
color: #5915cf;
background-color: #5915cf;
/* Tailwind (arbitrary) */
class="text-[#5915cf] bg-[#5915cf]"
/* SCSS */
$brand: #5915cf;
/* SwiftUI */
Color(red: 0.349, green: 0.082, blue: 0.812)
/* Android */
Color.parseColor("#5915cf")Accessibility — WCAG contrast
Aa
#5915cf on white: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5915cf on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green8.2%
Blue81.2%
CMYK percentages
Cyan57.0%
Magenta89.9%
Yellow0.0%
Key (black)18.8%
Color previews
#5915cf text on a black background
contrast 2.43:1
Card sample
#5915cf text on a white background
contrast 8.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5915cf;
Background color
Panel with #5915cf background
background-color: #5915cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5915cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 21, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 21, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5915cf; background: linear-gradient(135deg, #5915cf, #CF15C9);