#5f297a
a dark, vivid violet · warm · closest name: midnightblue
RGB
95, 41, 122
HSL
280°, 50%, 32%
CMYK
22, 66, 0, 52
Luminance
0.0542
Every format
| HEX | #5f297a |
| RGB | rgb(95, 41, 122) |
| HSL | hsl(280, 50%, 32%) |
| CMYK | cmyk(22%, 66%, 0%, 52%) |
| LAB | lab(27.9 38.8 -36.0) |
| LCH | lch(27.9 53.0 317.1) |
| OKLCH | oklch(0.395 0.138 312.5) |
Copy-ready code
/* CSS */
color: #5f297a;
background-color: #5f297a;
/* Tailwind (arbitrary) */
class="text-[#5f297a] bg-[#5f297a]"
/* SCSS */
$brand: #5f297a;
/* SwiftUI */
Color(red: 0.373, green: 0.161, blue: 0.478)
/* Android */
Color.parseColor("#5f297a")Accessibility — WCAG contrast
Aa
#5f297a on white: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f297a on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green16.1%
Blue47.8%
CMYK percentages
Cyan22.1%
Magenta66.4%
Yellow0.0%
Key (black)52.2%
Color previews
#5f297a text on a black background
contrast 2.08:1
Card sample
#5f297a text on a white background
contrast 10.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f297a;
Background color
Panel with #5f297a background
background-color: #5f297a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f297a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 41, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 41, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f297a; background: linear-gradient(135deg, #5f297a, #7A295F);