#367296
a dark, vivid blue · cool · closest name: steelblue
RGB
54, 114, 150
HSL
203°, 47%, 40%
CMYK
64, 24, 0, 41
Luminance
0.1502
Every format
| HEX | #367296 |
| RGB | rgb(54, 114, 150) |
| HSL | hsl(203, 47%, 40%) |
| CMYK | cmyk(64%, 24%, 0%, 41%) |
| LAB | lab(45.7 -7.9 -25.3) |
| LCH | lch(45.7 26.5 252.7) |
| OKLCH | oklch(0.528 0.084 237.6) |
Copy-ready code
/* CSS */
color: #367296;
background-color: #367296;
/* Tailwind (arbitrary) */
class="text-[#367296] bg-[#367296]"
/* SCSS */
$brand: #367296;
/* SwiftUI */
Color(red: 0.212, green: 0.447, blue: 0.588)
/* Android */
Color.parseColor("#367296")Accessibility — WCAG contrast
Aa
#367296 on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#367296 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green44.7%
Blue58.8%
CMYK percentages
Cyan64.0%
Magenta24.0%
Yellow0.0%
Key (black)41.2%
Color previews
#367296 text on a black background
contrast 4.00:1
Card sample
#367296 text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367296;
Background color
Panel with #367296 background
background-color: #367296;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367296;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 114, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 114, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367296; background: linear-gradient(135deg, #367296, #3A3696);