#565682
a dark, soft blue · warm · closest name: steelblue
RGB
86, 86, 130
HSL
240°, 20%, 42%
CMYK
34, 34, 0, 49
Luminance
0.1025
Every format
| HEX | #565682 |
| RGB | rgb(86, 86, 130) |
| HSL | hsl(240, 20%, 42%) |
| CMYK | cmyk(34%, 34%, 0%, 49%) |
| LAB | lab(38.3 11.1 -24.7) |
| LCH | lch(38.3 27.1 294.3) |
| OKLCH | oklch(0.472 0.071 283.4) |
Copy-ready code
/* CSS */
color: #565682;
background-color: #565682;
/* Tailwind (arbitrary) */
class="text-[#565682] bg-[#565682]"
/* SCSS */
$brand: #565682;
/* SwiftUI */
Color(red: 0.337, green: 0.337, blue: 0.510)
/* Android */
Color.parseColor("#565682")Accessibility — WCAG contrast
Aa
#565682 on white: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#565682 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green33.7%
Blue51.0%
CMYK percentages
Cyan33.8%
Magenta33.8%
Yellow0.0%
Key (black)49.0%
Color previews
#565682 text on a black background
contrast 3.05:1
Card sample
#565682 text on a white background
contrast 6.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #565682;
Background color
Panel with #565682 background
background-color: #565682;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #565682;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 86, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 86, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #565682; background: linear-gradient(135deg, #565682, #735682);