#4b3eee
a balanced, electric blue · warm · closest name: blue
RGB
75, 62, 238
HSL
244°, 84%, 59%
CMYK
69, 74, 0, 7
Luminance
0.1111
Every format
| HEX | #4b3eee |
| RGB | rgb(75, 62, 238) |
| HSL | hsl(244, 84%, 59%) |
| CMYK | cmyk(69%, 74%, 0%, 7%) |
| LAB | lab(39.8 57.3 -85.8) |
| LCH | lch(39.8 103.1 303.7) |
| OKLCH | oklch(0.506 0.249 276.0) |
Copy-ready code
/* CSS */
color: #4b3eee;
background-color: #4b3eee;
/* Tailwind (arbitrary) */
class="text-[#4b3eee] bg-[#4b3eee]"
/* SCSS */
$brand: #4b3eee;
/* SwiftUI */
Color(red: 0.294, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#4b3eee")Accessibility — WCAG contrast
Aa
#4b3eee on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4b3eee on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green24.3%
Blue93.3%
CMYK percentages
Cyan68.5%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#4b3eee text on a black background
contrast 3.22:1
Card sample
#4b3eee text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b3eee;
Background color
Panel with #4b3eee background
background-color: #4b3eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b3eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b3eee; background: linear-gradient(135deg, #4b3eee, #C03EEE);