#4b2fed
a balanced, electric blue · warm · closest name: blue
RGB
75, 47, 237
HSL
249°, 84%, 56%
CMYK
68, 80, 0, 7
Luminance
0.0964
Every format
| HEX | #4b2fed |
| RGB | rgb(75, 47, 237) |
| HSL | hsl(249, 84%, 56%) |
| CMYK | cmyk(68%, 80%, 0%, 7%) |
| LAB | lab(37.2 64.1 -89.5) |
| LCH | lch(37.2 110.1 305.6) |
| OKLCH | oklch(0.487 0.261 277.3) |
Copy-ready code
/* CSS */
color: #4b2fed;
background-color: #4b2fed;
/* Tailwind (arbitrary) */
class="text-[#4b2fed] bg-[#4b2fed]"
/* SCSS */
$brand: #4b2fed;
/* SwiftUI */
Color(red: 0.294, green: 0.184, blue: 0.929)
/* Android */
Color.parseColor("#4b2fed")Accessibility — WCAG contrast
Aa
#4b2fed on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b2fed on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green18.4%
Blue92.9%
CMYK percentages
Cyan68.4%
Magenta80.2%
Yellow0.0%
Key (black)7.1%
Color previews
#4b2fed text on a black background
contrast 2.93:1
Card sample
#4b2fed text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b2fed;
Background color
Panel with #4b2fed background
background-color: #4b2fed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b2fed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 47, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 47, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b2fed; background: linear-gradient(135deg, #4b2fed, #CA2FED);