#367eb6
a balanced, vivid blue · cool · closest name: steelblue
RGB
54, 126, 182
HSL
206°, 54%, 46%
CMYK
70, 31, 0, 29
Luminance
0.1908
Every format
| HEX | #367eb6 |
| RGB | rgb(54, 126, 182) |
| HSL | hsl(206, 54%, 46%) |
| CMYK | cmyk(70%, 31%, 0%, 29%) |
| LAB | lab(50.8 -3.8 -36.0) |
| LCH | lch(50.8 36.2 263.9) |
| OKLCH | oklch(0.573 0.112 245.2) |
Copy-ready code
/* CSS */
color: #367eb6;
background-color: #367eb6;
/* Tailwind (arbitrary) */
class="text-[#367eb6] bg-[#367eb6]"
/* SCSS */
$brand: #367eb6;
/* SwiftUI */
Color(red: 0.212, green: 0.494, blue: 0.714)
/* Android */
Color.parseColor("#367eb6")Accessibility — WCAG contrast
Aa
#367eb6 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#367eb6 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green49.4%
Blue71.4%
CMYK percentages
Cyan70.3%
Magenta30.8%
Yellow0.0%
Key (black)28.6%
Color previews
#367eb6 text on a black background
contrast 4.82:1
Card sample
#367eb6 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367eb6;
Background color
Panel with #367eb6 background
background-color: #367eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 126, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 126, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367eb6; background: linear-gradient(135deg, #367eb6, #4436B6);