#4b24ff
a balanced, electric blue · warm · closest name: blue
RGB
75, 36, 255
HSL
251°, 100%, 57%
CMYK
71, 86, 0, 0
Luminance
0.0998
Every format
| HEX | #4b24ff |
| RGB | rgb(75, 36, 255) |
| HSL | hsl(251, 100%, 57%) |
| CMYK | cmyk(71%, 86%, 0%, 0%) |
| LAB | lab(37.8 73.1 -98.6) |
| LCH | lch(37.8 122.8 306.6) |
| OKLCH | oklch(0.497 0.286 276.2) |
Copy-ready code
/* CSS */
color: #4b24ff;
background-color: #4b24ff;
/* Tailwind (arbitrary) */
class="text-[#4b24ff] bg-[#4b24ff]"
/* SCSS */
$brand: #4b24ff;
/* SwiftUI */
Color(red: 0.294, green: 0.141, blue: 1.000)
/* Android */
Color.parseColor("#4b24ff")Accessibility — WCAG contrast
Aa
#4b24ff on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b24ff on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green14.1%
Blue100.0%
CMYK percentages
Cyan70.6%
Magenta85.9%
Yellow0.0%
Key (black)0.0%
Color previews
#4b24ff text on a black background
contrast 3.00:1
Card sample
#4b24ff text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b24ff;
Background color
Panel with #4b24ff background
background-color: #4b24ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b24ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 36, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 36, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b24ff; background: linear-gradient(135deg, #4b24ff, #DD24FF);