#536f90
a dark, soft blue · cool · closest name: steelblue
RGB
83, 111, 144
HSL
213°, 27%, 45%
CMYK
42, 23, 0, 44
Luminance
0.1522
Every format
| HEX | #536f90 |
| RGB | rgb(83, 111, 144) |
| HSL | hsl(213, 27%, 45%) |
| CMYK | cmyk(42%, 23%, 0%, 44%) |
| LAB | lab(45.9 -1.1 -21.3) |
| LCH | lch(45.9 21.3 267.0) |
| OKLCH | oklch(0.533 0.062 253.0) |
Copy-ready code
/* CSS */
color: #536f90;
background-color: #536f90;
/* Tailwind (arbitrary) */
class="text-[#536f90] bg-[#536f90]"
/* SCSS */
$brand: #536f90;
/* SwiftUI */
Color(red: 0.325, green: 0.435, blue: 0.565)
/* Android */
Color.parseColor("#536f90")Accessibility — WCAG contrast
Aa
#536f90 on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#536f90 on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green43.5%
Blue56.5%
CMYK percentages
Cyan42.4%
Magenta22.9%
Yellow0.0%
Key (black)43.5%
Color previews
#536f90 text on a black background
contrast 4.04:1
Card sample
#536f90 text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536f90;
Background color
Panel with #536f90 background
background-color: #536f90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536f90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 111, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 111, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536f90; background: linear-gradient(135deg, #536f90, #605390);