#592df4
a balanced, electric blue · warm · closest name: blue
RGB
89, 45, 244
HSL
253°, 90%, 57%
CMYK
64, 82, 0, 4
Luminance
0.1053
Every format
| HEX | #592df4 |
| RGB | rgb(89, 45, 244) |
| HSL | hsl(253, 90%, 57%) |
| CMYK | cmyk(64%, 82%, 0%, 4%) |
| LAB | lab(38.8 68.0 -90.8) |
| LCH | lch(38.8 113.4 306.8) |
| OKLCH | oklch(0.503 0.267 281.1) |
Copy-ready code
/* CSS */
color: #592df4;
background-color: #592df4;
/* Tailwind (arbitrary) */
class="text-[#592df4] bg-[#592df4]"
/* SCSS */
$brand: #592df4;
/* SwiftUI */
Color(red: 0.349, green: 0.176, blue: 0.957)
/* Android */
Color.parseColor("#592df4")Accessibility — WCAG contrast
Aa
#592df4 on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#592df4 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green17.6%
Blue95.7%
CMYK percentages
Cyan63.5%
Magenta81.6%
Yellow0.0%
Key (black)4.3%
Color previews
#592df4 text on a black background
contrast 3.11:1
Card sample
#592df4 text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #592df4;
Background color
Panel with #592df4 background
background-color: #592df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #592df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 45, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 45, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #592df4; background: linear-gradient(135deg, #592df4, #DE2DF4);