#536691
a dark, soft blue · cool · closest name: steelblue
RGB
83, 102, 145
HSL
222°, 27%, 45%
CMYK
43, 30, 0, 43
Luminance
0.1339
Every format
| HEX | #536691 |
| RGB | rgb(83, 102, 145) |
| HSL | hsl(222, 27%, 45%) |
| CMYK | cmyk(43%, 30%, 0%, 43%) |
| LAB | lab(43.3 4.6 -25.9) |
| LCH | lch(43.3 26.3 280.2) |
| OKLCH | oklch(0.513 0.072 265.6) |
Copy-ready code
/* CSS */
color: #536691;
background-color: #536691;
/* Tailwind (arbitrary) */
class="text-[#536691] bg-[#536691]"
/* SCSS */
$brand: #536691;
/* SwiftUI */
Color(red: 0.325, green: 0.400, blue: 0.569)
/* Android */
Color.parseColor("#536691")Accessibility — WCAG contrast
Aa
#536691 on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#536691 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green40.0%
Blue56.9%
CMYK percentages
Cyan42.8%
Magenta29.7%
Yellow0.0%
Key (black)43.1%
Color previews
#536691 text on a black background
contrast 3.68:1
Card sample
#536691 text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536691;
Background color
Panel with #536691 background
background-color: #536691;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536691;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 102, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 102, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536691; background: linear-gradient(135deg, #536691, #695391);