#4b2fdc
a balanced, vivid blue · warm · closest name: navy
RGB
75, 47, 220
HSL
250°, 71%, 52%
CMYK
66, 79, 0, 14
Luminance
0.0870
Every format
| HEX | #4b2fdc |
| RGB | rgb(75, 47, 220) |
| HSL | hsl(250, 71%, 52%) |
| CMYK | cmyk(66%, 79%, 0%, 14%) |
| LAB | lab(35.4 59.3 -82.8) |
| LCH | lch(35.4 101.8 305.6) |
| OKLCH | oklch(0.469 0.242 278.9) |
Copy-ready code
/* CSS */
color: #4b2fdc;
background-color: #4b2fdc;
/* Tailwind (arbitrary) */
class="text-[#4b2fdc] bg-[#4b2fdc]"
/* SCSS */
$brand: #4b2fdc;
/* SwiftUI */
Color(red: 0.294, green: 0.184, blue: 0.863)
/* Android */
Color.parseColor("#4b2fdc")Accessibility — WCAG contrast
Aa
#4b2fdc on white: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b2fdc on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green18.4%
Blue86.3%
CMYK percentages
Cyan65.9%
Magenta78.6%
Yellow0.0%
Key (black)13.7%
Color previews
#4b2fdc text on a black background
contrast 2.74:1
Card sample
#4b2fdc text on a white background
contrast 7.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b2fdc;
Background color
Panel with #4b2fdc background
background-color: #4b2fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b2fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 47, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 47, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b2fdc; background: linear-gradient(135deg, #4b2fdc, #BE2FDC);