#367baf
a dark, vivid blue · cool · closest name: steelblue
RGB
54, 123, 175
HSL
206°, 53%, 45%
CMYK
69, 30, 0, 31
Luminance
0.1805
Every format
| HEX | #367baf |
| RGB | rgb(54, 123, 175) |
| HSL | hsl(206, 53%, 45%) |
| CMYK | cmyk(69%, 30%, 0%, 31%) |
| LAB | lab(49.5 -4.5 -33.9) |
| LCH | lch(49.5 34.2 262.4) |
| OKLCH | oklch(0.563 0.106 244.2) |
Copy-ready code
/* CSS */
color: #367baf;
background-color: #367baf;
/* Tailwind (arbitrary) */
class="text-[#367baf] bg-[#367baf]"
/* SCSS */
$brand: #367baf;
/* SwiftUI */
Color(red: 0.212, green: 0.482, blue: 0.686)
/* Android */
Color.parseColor("#367baf")Accessibility — WCAG contrast
Aa
#367baf on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#367baf on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green48.2%
Blue68.6%
CMYK percentages
Cyan69.1%
Magenta29.7%
Yellow0.0%
Key (black)31.4%
Color previews
#367baf text on a black background
contrast 4.61:1
Card sample
#367baf text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367baf;
Background color
Panel with #367baf background
background-color: #367baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 123, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 123, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367baf; background: linear-gradient(135deg, #367baf, #4236AF);