#4b3dfe
a balanced, electric blue · warm · closest name: blue
RGB
75, 61, 254
HSL
244°, 99%, 62%
CMYK
71, 76, 0, 0
Luminance
0.1199
Every format
| HEX | #4b3dfe |
| RGB | rgb(75, 61, 254) |
| HSL | hsl(244, 99%, 62%) |
| CMYK | cmyk(71%, 76%, 0%, 0%) |
| LAB | lab(41.2 62.6 -92.4) |
| LCH | lch(41.2 111.6 304.1) |
| OKLCH | oklch(0.520 0.268 274.9) |
Copy-ready code
/* CSS */
color: #4b3dfe;
background-color: #4b3dfe;
/* Tailwind (arbitrary) */
class="text-[#4b3dfe] bg-[#4b3dfe]"
/* SCSS */
$brand: #4b3dfe;
/* SwiftUI */
Color(red: 0.294, green: 0.239, blue: 0.996)
/* Android */
Color.parseColor("#4b3dfe")Accessibility — WCAG contrast
Aa
#4b3dfe on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4b3dfe on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green23.9%
Blue99.6%
CMYK percentages
Cyan70.5%
Magenta76.0%
Yellow0.0%
Key (black)0.4%
Color previews
#4b3dfe text on a black background
contrast 3.40:1
Card sample
#4b3dfe text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b3dfe;
Background color
Panel with #4b3dfe background
background-color: #4b3dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b3dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 61, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 61, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b3dfe; background: linear-gradient(135deg, #4b3dfe, #CC3DFE);