#5366af
a balanced, soft blue · warm · closest name: steelblue
RGB
83, 102, 175
HSL
228°, 37%, 51%
CMYK
53, 42, 0, 31
Luminance
0.1444
Every format
| HEX | #5366af |
| RGB | rgb(83, 102, 175) |
| HSL | hsl(228, 37%, 51%) |
| CMYK | cmyk(53%, 42%, 0%, 31%) |
| LAB | lab(44.9 14.1 -41.2) |
| LCH | lch(44.9 43.6 288.9) |
| OKLCH | oklch(0.530 0.117 271.0) |
Copy-ready code
/* CSS */
color: #5366af;
background-color: #5366af;
/* Tailwind (arbitrary) */
class="text-[#5366af] bg-[#5366af]"
/* SCSS */
$brand: #5366af;
/* SwiftUI */
Color(red: 0.325, green: 0.400, blue: 0.686)
/* Android */
Color.parseColor("#5366af")Accessibility — WCAG contrast
Aa
#5366af on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5366af on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green40.0%
Blue68.6%
CMYK percentages
Cyan52.6%
Magenta41.7%
Yellow0.0%
Key (black)31.4%
Color previews
#5366af text on a black background
contrast 3.89:1
Card sample
#5366af text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5366af;
Background color
Panel with #5366af background
background-color: #5366af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5366af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 102, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 102, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5366af; background: linear-gradient(135deg, #5366af, #7D53AF);