#356293
a dark, vivid blue · cool · closest name: steelblue
RGB
53, 98, 147
HSL
211°, 47%, 39%
CMYK
64, 33, 0, 42
Luminance
0.1160
Every format
| HEX | #356293 |
| RGB | rgb(53, 98, 147) |
| HSL | hsl(211, 47%, 39%) |
| CMYK | cmyk(64%, 33%, 0%, 42%) |
| LAB | lab(40.6 0.6 -31.5) |
| LCH | lch(40.6 31.5 271.0) |
| OKLCH | oklch(0.487 0.094 252.1) |
Copy-ready code
/* CSS */
color: #356293;
background-color: #356293;
/* Tailwind (arbitrary) */
class="text-[#356293] bg-[#356293]"
/* SCSS */
$brand: #356293;
/* SwiftUI */
Color(red: 0.208, green: 0.384, blue: 0.576)
/* Android */
Color.parseColor("#356293")Accessibility — WCAG contrast
Aa
#356293 on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#356293 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green38.4%
Blue57.6%
CMYK percentages
Cyan63.9%
Magenta33.3%
Yellow0.0%
Key (black)42.4%
Color previews
#356293 text on a black background
contrast 3.32:1
Card sample
#356293 text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #356293;
Background color
Panel with #356293 background
background-color: #356293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #356293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 98, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 98, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #356293; background: linear-gradient(135deg, #356293, #473593);