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