#4b206f
a dark, vivid violet · warm · closest name: midnightblue
RGB
75, 32, 111
HSL
273°, 55%, 28%
CMYK
32, 71, 0, 57
Luminance
0.0368
Every format
| HEX | #4b206f |
| RGB | rgb(75, 32, 111) |
| HSL | hsl(273, 55%, 28%) |
| CMYK | cmyk(32%, 71%, 0%, 57%) |
| LAB | lab(22.6 36.0 -37.7) |
| LCH | lch(22.6 52.1 313.6) |
| OKLCH | oklch(0.348 0.132 305.5) |
Copy-ready code
/* CSS */
color: #4b206f;
background-color: #4b206f;
/* Tailwind (arbitrary) */
class="text-[#4b206f] bg-[#4b206f]"
/* SCSS */
$brand: #4b206f;
/* SwiftUI */
Color(red: 0.294, green: 0.125, blue: 0.435)
/* Android */
Color.parseColor("#4b206f")Accessibility — WCAG contrast
Aa
#4b206f on white: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b206f on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green12.5%
Blue43.5%
CMYK percentages
Cyan32.4%
Magenta71.2%
Yellow0.0%
Key (black)56.5%
Color previews
#4b206f text on a black background
contrast 1.74:1
Card sample
#4b206f text on a white background
contrast 12.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b206f;
Background color
Panel with #4b206f background
background-color: #4b206f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b206f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 32, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 32, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b206f; background: linear-gradient(135deg, #4b206f, #6F205E);