#4b2fff
a balanced, electric blue · warm · closest name: blue
RGB
75, 47, 255
HSL
248°, 100%, 59%
CMYK
71, 82, 0, 0
Luminance
0.1075
Every format
| HEX | #4b2fff |
| RGB | rgb(75, 47, 255) |
| HSL | hsl(248, 100%, 59%) |
| CMYK | cmyk(71%, 82%, 0%, 0%) |
| LAB | lab(39.1 69.1 -96.4) |
| LCH | lch(39.1 118.6 305.6) |
| OKLCH | oklch(0.506 0.280 275.7) |
Copy-ready code
/* CSS */
color: #4b2fff;
background-color: #4b2fff;
/* Tailwind (arbitrary) */
class="text-[#4b2fff] bg-[#4b2fff]"
/* SCSS */
$brand: #4b2fff;
/* SwiftUI */
Color(red: 0.294, green: 0.184, blue: 1.000)
/* Android */
Color.parseColor("#4b2fff")Accessibility — WCAG contrast
Aa
#4b2fff on white: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4b2fff on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green18.4%
Blue100.0%
CMYK percentages
Cyan70.6%
Magenta81.6%
Yellow0.0%
Key (black)0.0%
Color previews
#4b2fff text on a black background
contrast 3.15:1
Card sample
#4b2fff text on a white background
contrast 6.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b2fff;
Background color
Panel with #4b2fff background
background-color: #4b2fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b2fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 47, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 47, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b2fff; background: linear-gradient(135deg, #4b2fff, #D62FFF);