#367eb0
a balanced, vivid blue · cool · closest name: steelblue
RGB
54, 126, 176
HSL
205°, 53%, 45%
CMYK
69, 28, 0, 31
Luminance
0.1884
Every format
| HEX | #367eb0 |
| RGB | rgb(54, 126, 176) |
| HSL | hsl(205, 53%, 45%) |
| CMYK | cmyk(69%, 28%, 0%, 31%) |
| LAB | lab(50.5 -5.9 -33.0) |
| LCH | lch(50.5 33.5 259.8) |
| OKLCH | oklch(0.570 0.105 242.2) |
Copy-ready code
/* CSS */
color: #367eb0;
background-color: #367eb0;
/* Tailwind (arbitrary) */
class="text-[#367eb0] bg-[#367eb0]"
/* SCSS */
$brand: #367eb0;
/* SwiftUI */
Color(red: 0.212, green: 0.494, blue: 0.690)
/* Android */
Color.parseColor("#367eb0")Accessibility — WCAG contrast
Aa
#367eb0 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#367eb0 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green49.4%
Blue69.0%
CMYK percentages
Cyan69.3%
Magenta28.4%
Yellow0.0%
Key (black)31.0%
Color previews
#367eb0 text on a black background
contrast 4.77:1
Card sample
#367eb0 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367eb0;
Background color
Panel with #367eb0 background
background-color: #367eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 126, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 126, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367eb0; background: linear-gradient(135deg, #367eb0, #3F36B0);