#4f24df
a balanced, vivid blue · warm · closest name: blue
RGB
79, 36, 223
HSL
254°, 75%, 51%
CMYK
65, 84, 0, 13
Luminance
0.0825
Every format
| HEX | #4f24df |
| RGB | rgb(79, 36, 223) |
| HSL | hsl(254, 75%, 51%) |
| CMYK | cmyk(65%, 84%, 0%, 13%) |
| LAB | lab(34.5 65.0 -85.9) |
| LCH | lch(34.5 107.7 307.1) |
| OKLCH | oklch(0.465 0.253 280.8) |
Copy-ready code
/* CSS */
color: #4f24df;
background-color: #4f24df;
/* Tailwind (arbitrary) */
class="text-[#4f24df] bg-[#4f24df]"
/* SCSS */
$brand: #4f24df;
/* SwiftUI */
Color(red: 0.310, green: 0.141, blue: 0.875)
/* Android */
Color.parseColor("#4f24df")Accessibility — WCAG contrast
Aa
#4f24df on white: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f24df on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green14.1%
Blue87.5%
CMYK percentages
Cyan64.6%
Magenta83.9%
Yellow0.0%
Key (black)12.5%
Color previews
#4f24df text on a black background
contrast 2.65:1
Card sample
#4f24df text on a white background
contrast 7.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f24df;
Background color
Panel with #4f24df background
background-color: #4f24df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f24df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 36, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 36, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f24df; background: linear-gradient(135deg, #4f24df, #CC24DF);