#5f44ff
a balanced, electric blue · warm · closest name: blue
RGB
95, 68, 255
HSL
249°, 100%, 63%
CMYK
63, 73, 0, 0
Luminance
0.1379
Every format
| HEX | #5f44ff |
| RGB | rgb(95, 68, 255) |
| HSL | hsl(249, 100%, 63%) |
| CMYK | cmyk(63%, 73%, 0%, 0%) |
| LAB | lab(43.9 61.3 -88.4) |
| LCH | lch(43.9 107.6 304.8) |
| OKLCH | oklch(0.543 0.259 279.9) |
Copy-ready code
/* CSS */
color: #5f44ff;
background-color: #5f44ff;
/* Tailwind (arbitrary) */
class="text-[#5f44ff] bg-[#5f44ff]"
/* SCSS */
$brand: #5f44ff;
/* SwiftUI */
Color(red: 0.373, green: 0.267, blue: 1.000)
/* Android */
Color.parseColor("#5f44ff")Accessibility — WCAG contrast
Aa
#5f44ff on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f44ff on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green26.7%
Blue100.0%
CMYK percentages
Cyan62.7%
Magenta73.3%
Yellow0.0%
Key (black)0.0%
Color previews
#5f44ff text on a black background
contrast 3.76:1
Card sample
#5f44ff text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f44ff;
Background color
Panel with #5f44ff background
background-color: #5f44ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f44ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 68, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 68, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f44ff; background: linear-gradient(135deg, #5f44ff, #DC44FF);