#536f95
a balanced, soft blue · cool · closest name: steelblue
RGB
83, 111, 149
HSL
215°, 28%, 46%
CMYK
44, 26, 0, 42
Luminance
0.1538
Every format
| HEX | #536f95 |
| RGB | rgb(83, 111, 149) |
| HSL | hsl(215, 28%, 46%) |
| CMYK | cmyk(44%, 26%, 0%, 42%) |
| LAB | lab(46.1 0.4 -23.9) |
| LCH | lch(46.1 23.9 270.9) |
| OKLCH | oklch(0.536 0.069 256.2) |
Copy-ready code
/* CSS */
color: #536f95;
background-color: #536f95;
/* Tailwind (arbitrary) */
class="text-[#536f95] bg-[#536f95]"
/* SCSS */
$brand: #536f95;
/* SwiftUI */
Color(red: 0.325, green: 0.435, blue: 0.584)
/* Android */
Color.parseColor("#536f95")Accessibility — WCAG contrast
Aa
#536f95 on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#536f95 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green43.5%
Blue58.4%
CMYK percentages
Cyan44.3%
Magenta25.5%
Yellow0.0%
Key (black)41.6%
Color previews
#536f95 text on a black background
contrast 4.08:1
Card sample
#536f95 text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536f95;
Background color
Panel with #536f95 background
background-color: #536f95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536f95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 111, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 111, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536f95; background: linear-gradient(135deg, #536f95, #635395);