#4b2fd1
a balanced, vivid blue · warm · closest name: navy
RGB
75, 47, 209
HSL
250°, 64%, 50%
CMYK
64, 78, 0, 18
Luminance
0.0813
Every format
| HEX | #4b2fd1 |
| RGB | rgb(75, 47, 209) |
| HSL | hsl(250, 64%, 50%) |
| CMYK | cmyk(64%, 78%, 0%, 18%) |
| LAB | lab(34.3 56.1 -78.3) |
| LCH | lch(34.3 96.3 305.6) |
| OKLCH | oklch(0.458 0.230 280.2) |
Copy-ready code
/* CSS */
color: #4b2fd1;
background-color: #4b2fd1;
/* Tailwind (arbitrary) */
class="text-[#4b2fd1] bg-[#4b2fd1]"
/* SCSS */
$brand: #4b2fd1;
/* SwiftUI */
Color(red: 0.294, green: 0.184, blue: 0.820)
/* Android */
Color.parseColor("#4b2fd1")Accessibility — WCAG contrast
Aa
#4b2fd1 on white: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b2fd1 on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green18.4%
Blue82.0%
CMYK percentages
Cyan64.1%
Magenta77.5%
Yellow0.0%
Key (black)18.0%
Color previews
#4b2fd1 text on a black background
contrast 2.63:1
Card sample
#4b2fd1 text on a white background
contrast 8.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b2fd1;
Background color
Panel with #4b2fd1 background
background-color: #4b2fd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b2fd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 47, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 47, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b2fd1; background: linear-gradient(135deg, #4b2fd1, #B72FD1);