#4b28bf
a balanced, vivid blue · warm · closest name: navy
RGB
75, 40, 191
HSL
254°, 65%, 45%
CMYK
61, 79, 0, 25
Luminance
0.0678
Every format
| HEX | #4b28bf |
| RGB | rgb(75, 40, 191) |
| HSL | hsl(254, 65%, 45%) |
| CMYK | cmyk(61%, 79%, 0%, 25%) |
| LAB | lab(31.3 54.2 -72.7) |
| LCH | lch(31.3 90.7 306.7) |
| OKLCH | oklch(0.432 0.215 283.3) |
Copy-ready code
/* CSS */
color: #4b28bf;
background-color: #4b28bf;
/* Tailwind (arbitrary) */
class="text-[#4b28bf] bg-[#4b28bf]"
/* SCSS */
$brand: #4b28bf;
/* SwiftUI */
Color(red: 0.294, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#4b28bf")Accessibility — WCAG contrast
Aa
#4b28bf on white: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b28bf on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green15.7%
Blue74.9%
CMYK percentages
Cyan60.7%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#4b28bf text on a black background
contrast 2.36:1
Card sample
#4b28bf text on a white background
contrast 8.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b28bf;
Background color
Panel with #4b28bf background
background-color: #4b28bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b28bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b28bf; background: linear-gradient(135deg, #4b28bf, #B028BF);