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