#5939fd
a balanced, electric blue · warm · closest name: blue
RGB
89, 57, 253
HSL
250°, 98%, 61%
CMYK
65, 78, 0, 1
Luminance
0.1214
Every format
| HEX | #5939fd |
| RGB | rgb(89, 57, 253) |
| HSL | hsl(250, 98%, 61%) |
| CMYK | cmyk(65%, 78%, 0%, 1%) |
| LAB | lab(41.4 65.4 -91.4) |
| LCH | lch(41.4 112.4 305.6) |
| OKLCH | oklch(0.524 0.268 279.3) |
Copy-ready code
/* CSS */
color: #5939fd;
background-color: #5939fd;
/* Tailwind (arbitrary) */
class="text-[#5939fd] bg-[#5939fd]"
/* SCSS */
$brand: #5939fd;
/* SwiftUI */
Color(red: 0.349, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#5939fd")Accessibility — WCAG contrast
Aa
#5939fd on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5939fd on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green22.4%
Blue99.2%
CMYK percentages
Cyan64.8%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#5939fd text on a black background
contrast 3.43:1
Card sample
#5939fd text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5939fd;
Background color
Panel with #5939fd background
background-color: #5939fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5939fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5939fd; background: linear-gradient(135deg, #5939fd, #DC39FD);