#4b2fac
a dark, vivid blue · warm · closest name: indigo
RGB
75, 47, 172
HSL
253°, 57%, 43%
CMYK
56, 73, 0, 33
Luminance
0.0651
Every format
| HEX | #4b2fac |
| RGB | rgb(75, 47, 172) |
| HSL | hsl(253, 57%, 43%) |
| CMYK | cmyk(56%, 73%, 0%, 33%) |
| LAB | lab(30.7 45.2 -62.4) |
| LCH | lch(30.7 77.1 305.9) |
| OKLCH | oklch(0.422 0.186 285.5) |
Copy-ready code
/* CSS */
color: #4b2fac;
background-color: #4b2fac;
/* Tailwind (arbitrary) */
class="text-[#4b2fac] bg-[#4b2fac]"
/* SCSS */
$brand: #4b2fac;
/* SwiftUI */
Color(red: 0.294, green: 0.184, blue: 0.675)
/* Android */
Color.parseColor("#4b2fac")Accessibility — WCAG contrast
Aa
#4b2fac on white: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b2fac on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green18.4%
Blue67.5%
CMYK percentages
Cyan56.4%
Magenta72.7%
Yellow0.0%
Key (black)32.5%
Color previews
#4b2fac text on a black background
contrast 2.30:1
Card sample
#4b2fac text on a white background
contrast 9.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b2fac;
Background color
Panel with #4b2fac background
background-color: #4b2fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b2fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 47, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 47, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b2fac; background: linear-gradient(135deg, #4b2fac, #9E2FAC);