#592bdf
a balanced, vivid violet · warm · closest name: blue
RGB
89, 43, 223
HSL
255°, 74%, 52%
CMYK
60, 81, 0, 13
Luminance
0.0918
Every format
| HEX | #592bdf |
| RGB | rgb(89, 43, 223) |
| HSL | hsl(255, 74%, 52%) |
| CMYK | cmyk(60%, 81%, 0%, 13%) |
| LAB | lab(36.3 63.2 -82.9) |
| LCH | lch(36.3 104.2 307.3) |
| OKLCH | oklch(0.480 0.246 283.8) |
Copy-ready code
/* CSS */
color: #592bdf;
background-color: #592bdf;
/* Tailwind (arbitrary) */
class="text-[#592bdf] bg-[#592bdf]"
/* SCSS */
$brand: #592bdf;
/* SwiftUI */
Color(red: 0.349, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#592bdf")Accessibility — WCAG contrast
Aa
#592bdf on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#592bdf on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green16.9%
Blue87.5%
CMYK percentages
Cyan60.1%
Magenta80.7%
Yellow0.0%
Key (black)12.5%
Color previews
#592bdf text on a black background
contrast 2.84:1
Card sample
#592bdf text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #592bdf;
Background color
Panel with #592bdf background
background-color: #592bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #592bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #592bdf; background: linear-gradient(135deg, #592bdf, #D12BDF);