#5f239b
a dark, vivid violet · warm · closest name: indigo
RGB
95, 35, 155
HSL
270°, 63%, 37%
CMYK
39, 77, 0, 39
Luminance
0.0600
Every format
| HEX | #5f239b |
| RGB | rgb(95, 35, 155) |
| HSL | hsl(270, 63%, 37%) |
| CMYK | cmyk(39%, 77%, 0%, 39%) |
| LAB | lab(29.4 49.6 -54.1) |
| LCH | lch(29.4 73.4 312.5) |
| OKLCH | oklch(0.414 0.181 301.4) |
Copy-ready code
/* CSS */
color: #5f239b;
background-color: #5f239b;
/* Tailwind (arbitrary) */
class="text-[#5f239b] bg-[#5f239b]"
/* SCSS */
$brand: #5f239b;
/* SwiftUI */
Color(red: 0.373, green: 0.137, blue: 0.608)
/* Android */
Color.parseColor("#5f239b")Accessibility — WCAG contrast
Aa
#5f239b on white: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f239b on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green13.7%
Blue60.8%
CMYK percentages
Cyan38.7%
Magenta77.4%
Yellow0.0%
Key (black)39.2%
Color previews
#5f239b text on a black background
contrast 2.20:1
Card sample
#5f239b text on a white background
contrast 9.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f239b;
Background color
Panel with #5f239b background
background-color: #5f239b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f239b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 35, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 35, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f239b; background: linear-gradient(135deg, #5f239b, #9B2387);