#4b2def
a balanced, electric blue · warm · closest name: blue
RGB
75, 45, 239
HSL
249°, 86%, 56%
CMYK
69, 81, 0, 6
Luminance
0.0960
Every format
| HEX | #4b2def |
| RGB | rgb(75, 45, 239) |
| HSL | hsl(249, 86%, 56%) |
| CMYK | cmyk(69%, 81%, 0%, 6%) |
| LAB | lab(37.1 65.5 -90.7) |
| LCH | lch(37.1 111.9 305.8) |
| OKLCH | oklch(0.487 0.264 277.2) |
Copy-ready code
/* CSS */
color: #4b2def;
background-color: #4b2def;
/* Tailwind (arbitrary) */
class="text-[#4b2def] bg-[#4b2def]"
/* SCSS */
$brand: #4b2def;
/* SwiftUI */
Color(red: 0.294, green: 0.176, blue: 0.937)
/* Android */
Color.parseColor("#4b2def")Accessibility — WCAG contrast
Aa
#4b2def on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b2def on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green17.6%
Blue93.7%
CMYK percentages
Cyan68.6%
Magenta81.2%
Yellow0.0%
Key (black)6.3%
Color previews
#4b2def text on a black background
contrast 2.92:1
Card sample
#4b2def text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b2def;
Background color
Panel with #4b2def background
background-color: #4b2def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b2def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 45, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 45, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b2def; background: linear-gradient(135deg, #4b2def, #CC2DEF);