#4b075f
a deep, electric violet · warm · closest name: midnightblue
RGB
75, 7, 95
HSL
286°, 86%, 20%
CMYK
21, 93, 0, 63
Luminance
0.0247
Every format
| HEX | #4b075f |
| RGB | rgb(75, 7, 95) |
| HSL | hsl(286, 86%, 20%) |
| CMYK | cmyk(21%, 93%, 0%, 63%) |
| LAB | lab(17.8 42.2 -35.0) |
| LCH | lch(17.8 54.8 320.3) |
| OKLCH | oklch(0.311 0.143 316.3) |
Copy-ready code
/* CSS */
color: #4b075f;
background-color: #4b075f;
/* Tailwind (arbitrary) */
class="text-[#4b075f] bg-[#4b075f]"
/* SCSS */
$brand: #4b075f;
/* SwiftUI */
Color(red: 0.294, green: 0.027, blue: 0.373)
/* Android */
Color.parseColor("#4b075f")Accessibility — WCAG contrast
Aa
#4b075f on white: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b075f on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green2.7%
Blue37.3%
CMYK percentages
Cyan21.1%
Magenta92.6%
Yellow0.0%
Key (black)62.7%
Color previews
#4b075f text on a black background
contrast 1.49:1
Card sample
#4b075f text on a white background
contrast 14.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b075f;
Background color
Panel with #4b075f background
background-color: #4b075f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b075f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 7, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 7, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b075f; background: linear-gradient(135deg, #4b075f, #5F0738);