#5f2e75
a dark, soft violet · warm · closest name: midnightblue
RGB
95, 46, 117
HSL
281°, 44%, 32%
CMYK
19, 61, 0, 54
Luminance
0.0567
Every format
| HEX | #5f2e75 |
| RGB | rgb(95, 46, 117) |
| HSL | hsl(281, 44%, 32%) |
| CMYK | cmyk(19%, 61%, 0%, 54%) |
| LAB | lab(28.6 35.0 -31.8) |
| LCH | lch(28.6 47.3 317.7) |
| OKLCH | oklch(0.399 0.124 314.1) |
Copy-ready code
/* CSS */
color: #5f2e75;
background-color: #5f2e75;
/* Tailwind (arbitrary) */
class="text-[#5f2e75] bg-[#5f2e75]"
/* SCSS */
$brand: #5f2e75;
/* SwiftUI */
Color(red: 0.373, green: 0.180, blue: 0.459)
/* Android */
Color.parseColor("#5f2e75")Accessibility — WCAG contrast
Aa
#5f2e75 on white: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f2e75 on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green18.0%
Blue45.9%
CMYK percentages
Cyan18.8%
Magenta60.7%
Yellow0.0%
Key (black)54.1%
Color previews
#5f2e75 text on a black background
contrast 2.13:1
Card sample
#5f2e75 text on a white background
contrast 9.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2e75;
Background color
Panel with #5f2e75 background
background-color: #5f2e75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2e75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 46, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 46, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2e75; background: linear-gradient(135deg, #5f2e75, #752E5C);