#4b2fda
a balanced, vivid blue · warm · closest name: navy
RGB
75, 47, 218
HSL
250°, 70%, 52%
CMYK
66, 78, 0, 15
Luminance
0.0859
Every format
| HEX | #4b2fda |
| RGB | rgb(75, 47, 218) |
| HSL | hsl(250, 70%, 52%) |
| CMYK | cmyk(66%, 78%, 0%, 15%) |
| LAB | lab(35.2 58.7 -82.0) |
| LCH | lch(35.2 100.8 305.6) |
| OKLCH | oklch(0.467 0.240 279.2) |
Copy-ready code
/* CSS */
color: #4b2fda;
background-color: #4b2fda;
/* Tailwind (arbitrary) */
class="text-[#4b2fda] bg-[#4b2fda]"
/* SCSS */
$brand: #4b2fda;
/* SwiftUI */
Color(red: 0.294, green: 0.184, blue: 0.855)
/* Android */
Color.parseColor("#4b2fda")Accessibility — WCAG contrast
Aa
#4b2fda on white: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b2fda on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green18.4%
Blue85.5%
CMYK percentages
Cyan65.6%
Magenta78.4%
Yellow0.0%
Key (black)14.5%
Color previews
#4b2fda text on a black background
contrast 2.72:1
Card sample
#4b2fda text on a white background
contrast 7.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b2fda;
Background color
Panel with #4b2fda background
background-color: #4b2fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b2fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 47, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 47, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b2fda; background: linear-gradient(135deg, #4b2fda, #BD2FDA);