#574591
a dark, soft blue · warm · closest name: midnightblue
RGB
87, 69, 145
HSL
254°, 36%, 42%
CMYK
40, 52, 0, 43
Luminance
0.0833
Every format
| HEX | #574591 |
| RGB | rgb(87, 69, 145) |
| HSL | hsl(254, 36%, 42%) |
| CMYK | cmyk(40%, 52%, 0%, 43%) |
| LAB | lab(34.6 26.6 -39.5) |
| LCH | lch(34.6 47.6 303.9) |
| OKLCH | oklch(0.448 0.121 291.7) |
Copy-ready code
/* CSS */
color: #574591;
background-color: #574591;
/* Tailwind (arbitrary) */
class="text-[#574591] bg-[#574591]"
/* SCSS */
$brand: #574591;
/* SwiftUI */
Color(red: 0.341, green: 0.271, blue: 0.569)
/* Android */
Color.parseColor("#574591")Accessibility — WCAG contrast
Aa
#574591 on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#574591 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green27.1%
Blue56.9%
CMYK percentages
Cyan40.0%
Magenta52.4%
Yellow0.0%
Key (black)43.1%
Color previews
#574591 text on a black background
contrast 2.67:1
Card sample
#574591 text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #574591;
Background color
Panel with #574591 background
background-color: #574591;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #574591;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 69, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 69, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #574591; background: linear-gradient(135deg, #574591, #8A4591);