#4b2dfe
a balanced, electric blue · warm · closest name: blue
RGB
75, 45, 254
HSL
249°, 99%, 59%
CMYK
71, 82, 0, 0
Luminance
0.1053
Every format
| HEX | #4b2dfe |
| RGB | rgb(75, 45, 254) |
| HSL | hsl(249, 99%, 59%) |
| CMYK | cmyk(71%, 82%, 0%, 0%) |
| LAB | lab(38.8 69.6 -96.4) |
| LCH | lch(38.8 118.9 305.8) |
| OKLCH | oklch(0.503 0.280 275.9) |
Copy-ready code
/* CSS */
color: #4b2dfe;
background-color: #4b2dfe;
/* Tailwind (arbitrary) */
class="text-[#4b2dfe] bg-[#4b2dfe]"
/* SCSS */
$brand: #4b2dfe;
/* SwiftUI */
Color(red: 0.294, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#4b2dfe")Accessibility — WCAG contrast
Aa
#4b2dfe on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4b2dfe on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green17.6%
Blue99.6%
CMYK percentages
Cyan70.5%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#4b2dfe text on a black background
contrast 3.11:1
Card sample
#4b2dfe text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b2dfe;
Background color
Panel with #4b2dfe background
background-color: #4b2dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b2dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b2dfe; background: linear-gradient(135deg, #4b2dfe, #D62DFE);