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