#4b1eb0
a dark, vivid violet · warm · closest name: navy
RGB
75, 30, 176
HSL
259°, 71%, 40%
CMYK
57, 83, 0, 31
Luminance
0.0556
Every format
| HEX | #4b1eb0 |
| RGB | rgb(75, 30, 176) |
| HSL | hsl(259, 71%, 40%) |
| CMYK | cmyk(57%, 83%, 0%, 31%) |
| LAB | lab(28.3 54.3 -68.7) |
| LCH | lch(28.3 87.6 308.3) |
| OKLCH | oklch(0.407 0.207 286.9) |
Copy-ready code
/* CSS */
color: #4b1eb0;
background-color: #4b1eb0;
/* Tailwind (arbitrary) */
class="text-[#4b1eb0] bg-[#4b1eb0]"
/* SCSS */
$brand: #4b1eb0;
/* SwiftUI */
Color(red: 0.294, green: 0.118, blue: 0.690)
/* Android */
Color.parseColor("#4b1eb0")Accessibility — WCAG contrast
Aa
#4b1eb0 on white: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b1eb0 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green11.8%
Blue69.0%
CMYK percentages
Cyan57.4%
Magenta83.0%
Yellow0.0%
Key (black)31.0%
Color previews
#4b1eb0 text on a black background
contrast 2.11:1
Card sample
#4b1eb0 text on a white background
contrast 9.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b1eb0;
Background color
Panel with #4b1eb0 background
background-color: #4b1eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b1eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 30, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 30, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b1eb0; background: linear-gradient(135deg, #4b1eb0, #AC1EB0);