#4b2dbf
a balanced, vivid blue · warm · closest name: navy
RGB
75, 45, 191
HSL
252°, 62%, 46%
CMYK
61, 76, 0, 25
Luminance
0.0713
Every format
| HEX | #4b2dbf |
| RGB | rgb(75, 45, 191) |
| HSL | hsl(252, 62%, 46%) |
| CMYK | cmyk(61%, 76%, 0%, 25%) |
| LAB | lab(32.1 51.8 -71.3) |
| LCH | lch(32.1 88.2 306.0) |
| OKLCH | oklch(0.438 0.211 282.8) |
Copy-ready code
/* CSS */
color: #4b2dbf;
background-color: #4b2dbf;
/* Tailwind (arbitrary) */
class="text-[#4b2dbf] bg-[#4b2dbf]"
/* SCSS */
$brand: #4b2dbf;
/* SwiftUI */
Color(red: 0.294, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#4b2dbf")Accessibility — WCAG contrast
Aa
#4b2dbf on white: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b2dbf on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green17.6%
Blue74.9%
CMYK percentages
Cyan60.7%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#4b2dbf text on a black background
contrast 2.43:1
Card sample
#4b2dbf text on a white background
contrast 8.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b2dbf;
Background color
Panel with #4b2dbf background
background-color: #4b2dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b2dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b2dbf; background: linear-gradient(135deg, #4b2dbf, #AC2DBF);