#367abf
a balanced, vivid blue · cool · closest name: steelblue
RGB
54, 122, 191
HSL
210°, 56%, 48%
CMYK
72, 36, 0, 25
Luminance
0.1846
Every format
| HEX | #367abf |
| RGB | rgb(54, 122, 191) |
| HSL | hsl(210, 56%, 48%) |
| CMYK | cmyk(72%, 36%, 0%, 25%) |
| LAB | lab(50.0 1.8 -42.4) |
| LCH | lch(50.0 42.4 272.4) |
| OKLCH | oklch(0.569 0.127 251.3) |
Copy-ready code
/* CSS */
color: #367abf;
background-color: #367abf;
/* Tailwind (arbitrary) */
class="text-[#367abf] bg-[#367abf]"
/* SCSS */
$brand: #367abf;
/* SwiftUI */
Color(red: 0.212, green: 0.478, blue: 0.749)
/* Android */
Color.parseColor("#367abf")Accessibility — WCAG contrast
Aa
#367abf on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#367abf on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green47.8%
Blue74.9%
CMYK percentages
Cyan71.7%
Magenta36.1%
Yellow0.0%
Key (black)25.1%
Color previews
#367abf text on a black background
contrast 4.69:1
Card sample
#367abf text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367abf;
Background color
Panel with #367abf background
background-color: #367abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 122, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 122, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367abf; background: linear-gradient(135deg, #367abf, #4D36BF);