#367290
a dark, vivid blue · cool · closest name: steelblue
RGB
54, 114, 144
HSL
200°, 46%, 39%
CMYK
63, 21, 0, 44
Luminance
0.1483
Every format
| HEX | #367290 |
| RGB | rgb(54, 114, 144) |
| HSL | hsl(200, 46%, 39%) |
| CMYK | cmyk(63%, 21%, 0%, 44%) |
| LAB | lab(45.4 -9.9 -22.2) |
| LCH | lch(45.4 24.3 245.9) |
| OKLCH | oklch(0.525 0.078 232.7) |
Copy-ready code
/* CSS */
color: #367290;
background-color: #367290;
/* Tailwind (arbitrary) */
class="text-[#367290] bg-[#367290]"
/* SCSS */
$brand: #367290;
/* SwiftUI */
Color(red: 0.212, green: 0.447, blue: 0.565)
/* Android */
Color.parseColor("#367290")Accessibility — WCAG contrast
Aa
#367290 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#367290 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green44.7%
Blue56.5%
CMYK percentages
Cyan62.5%
Magenta20.8%
Yellow0.0%
Key (black)43.5%
Color previews
#367290 text on a black background
contrast 3.97:1
Card sample
#367290 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367290;
Background color
Panel with #367290 background
background-color: #367290;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367290;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 114, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 114, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367290; background: linear-gradient(135deg, #367290, #363690);