#575283
a dark, soft blue · warm · closest name: steelblue
RGB
87, 82, 131
HSL
246°, 23%, 42%
CMYK
34, 37, 0, 49
Luminance
0.0970
Every format
| HEX | #575283 |
| RGB | rgb(87, 82, 131) |
| HSL | hsl(246, 23%, 42%) |
| CMYK | cmyk(34%, 37%, 0%, 49%) |
| LAB | lab(37.3 14.3 -26.8) |
| LCH | lch(37.3 30.4 298.0) |
| OKLCH | oklch(0.465 0.079 287.6) |
Copy-ready code
/* CSS */
color: #575283;
background-color: #575283;
/* Tailwind (arbitrary) */
class="text-[#575283] bg-[#575283]"
/* SCSS */
$brand: #575283;
/* SwiftUI */
Color(red: 0.341, green: 0.322, blue: 0.514)
/* Android */
Color.parseColor("#575283")Accessibility — WCAG contrast
Aa
#575283 on white: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#575283 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green32.2%
Blue51.4%
CMYK percentages
Cyan33.6%
Magenta37.4%
Yellow0.0%
Key (black)48.6%
Color previews
#575283 text on a black background
contrast 2.94:1
Card sample
#575283 text on a white background
contrast 7.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #575283;
Background color
Panel with #575283 background
background-color: #575283;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #575283;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 82, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 82, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #575283; background: linear-gradient(135deg, #575283, #785283);