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