#4b2f5d
a dark, soft violet · warm · closest name: midnightblue
RGB
75, 47, 93
HSL
277°, 33%, 28%
CMYK
19, 50, 0, 64
Luminance
0.0432
Every format
| HEX | #4b2f5d |
| RGB | rgb(75, 47, 93) |
| HSL | hsl(277, 33%, 28%) |
| CMYK | cmyk(19%, 50%, 0%, 64%) |
| LAB | lab(24.7 22.5 -22.6) |
| LCH | lch(24.7 31.9 314.8) |
| OKLCH | oklch(0.360 0.083 310.9) |
Copy-ready code
/* CSS */
color: #4b2f5d;
background-color: #4b2f5d;
/* Tailwind (arbitrary) */
class="text-[#4b2f5d] bg-[#4b2f5d]"
/* SCSS */
$brand: #4b2f5d;
/* SwiftUI */
Color(red: 0.294, green: 0.184, blue: 0.365)
/* Android */
Color.parseColor("#4b2f5d")Accessibility — WCAG contrast
Aa
#4b2f5d on white: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b2f5d on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green18.4%
Blue36.5%
CMYK percentages
Cyan19.4%
Magenta49.5%
Yellow0.0%
Key (black)63.5%
Color previews
#4b2f5d text on a black background
contrast 1.86:1
Card sample
#4b2f5d text on a white background
contrast 11.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b2f5d;
Background color
Panel with #4b2f5d background
background-color: #4b2f5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b2f5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 47, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 47, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b2f5d; background: linear-gradient(135deg, #4b2f5d, #5D2F51);