#4b0baf
a dark, electric violet · warm · closest name: navy
RGB
75, 11, 175
HSL
263°, 88%, 37%
CMYK
57, 94, 0, 31
Luminance
0.0483
Every format
| HEX | #4b0baf |
| RGB | rgb(75, 11, 175) |
| HSL | hsl(263, 88%, 37%) |
| CMYK | cmyk(57%, 94%, 0%, 31%) |
| LAB | lab(26.2 59.8 -71.5) |
| LCH | lch(26.2 93.2 309.9) |
| OKLCH | oklch(0.393 0.217 288.4) |
Copy-ready code
/* CSS */
color: #4b0baf;
background-color: #4b0baf;
/* Tailwind (arbitrary) */
class="text-[#4b0baf] bg-[#4b0baf]"
/* SCSS */
$brand: #4b0baf;
/* SwiftUI */
Color(red: 0.294, green: 0.043, blue: 0.686)
/* Android */
Color.parseColor("#4b0baf")Accessibility — WCAG contrast
Aa
#4b0baf on white: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b0baf on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green4.3%
Blue68.6%
CMYK percentages
Cyan57.1%
Magenta93.7%
Yellow0.0%
Key (black)31.4%
Color previews
#4b0baf text on a black background
contrast 1.97:1
Card sample
#4b0baf text on a white background
contrast 10.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b0baf;
Background color
Panel with #4b0baf background
background-color: #4b0baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b0baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 11, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 11, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b0baf; background: linear-gradient(135deg, #4b0baf, #AF0BA6);