#367cbf
a balanced, vivid blue · cool · closest name: steelblue
RGB
54, 124, 191
HSL
209°, 56%, 48%
CMYK
72, 35, 0, 25
Luminance
0.1896
Every format
| HEX | #367cbf |
| RGB | rgb(54, 124, 191) |
| HSL | hsl(209, 56%, 48%) |
| CMYK | cmyk(72%, 35%, 0%, 25%) |
| LAB | lab(50.6 0.6 -41.4) |
| LCH | lch(50.6 41.4 270.8) |
| OKLCH | oklch(0.574 0.125 250.1) |
Copy-ready code
/* CSS */
color: #367cbf;
background-color: #367cbf;
/* Tailwind (arbitrary) */
class="text-[#367cbf] bg-[#367cbf]"
/* SCSS */
$brand: #367cbf;
/* SwiftUI */
Color(red: 0.212, green: 0.486, blue: 0.749)
/* Android */
Color.parseColor("#367cbf")Accessibility — WCAG contrast
Aa
#367cbf on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#367cbf on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green48.6%
Blue74.9%
CMYK percentages
Cyan71.7%
Magenta35.1%
Yellow0.0%
Key (black)25.1%
Color previews
#367cbf text on a black background
contrast 4.79:1
Card sample
#367cbf text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367cbf;
Background color
Panel with #367cbf background
background-color: #367cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 124, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 124, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367cbf; background: linear-gradient(135deg, #367cbf, #4B36BF);