#4b2fcc
a balanced, vivid blue · warm · closest name: navy
RGB
75, 47, 204
HSL
251°, 63%, 49%
CMYK
63, 77, 0, 20
Luminance
0.0789
Every format
| HEX | #4b2fcc |
| RGB | rgb(75, 47, 204) |
| HSL | hsl(251, 63%, 49%) |
| CMYK | cmyk(63%, 77%, 0%, 20%) |
| LAB | lab(33.8 54.6 -76.2) |
| LCH | lch(33.8 93.8 305.6) |
| OKLCH | oklch(0.453 0.224 280.8) |
Copy-ready code
/* CSS */
color: #4b2fcc;
background-color: #4b2fcc;
/* Tailwind (arbitrary) */
class="text-[#4b2fcc] bg-[#4b2fcc]"
/* SCSS */
$brand: #4b2fcc;
/* SwiftUI */
Color(red: 0.294, green: 0.184, blue: 0.800)
/* Android */
Color.parseColor("#4b2fcc")Accessibility — WCAG contrast
Aa
#4b2fcc on white: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b2fcc on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green18.4%
Blue80.0%
CMYK percentages
Cyan63.2%
Magenta77.0%
Yellow0.0%
Key (black)20.0%
Color previews
#4b2fcc text on a black background
contrast 2.58:1
Card sample
#4b2fcc text on a white background
contrast 8.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b2fcc;
Background color
Panel with #4b2fcc background
background-color: #4b2fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b2fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 47, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 47, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b2fcc; background: linear-gradient(135deg, #4b2fcc, #B42FCC);