#367cac
a dark, vivid blue · cool · closest name: steelblue
RGB
54, 124, 172
HSL
204°, 52%, 44%
CMYK
69, 28, 0, 33
Luminance
0.1818
Every format
| HEX | #367cac |
| RGB | rgb(54, 124, 172) |
| HSL | hsl(204, 52%, 44%) |
| CMYK | cmyk(69%, 28%, 0%, 33%) |
| LAB | lab(49.7 -6.2 -31.9) |
| LCH | lch(49.7 32.5 259.1) |
| OKLCH | oklch(0.563 0.102 241.8) |
Copy-ready code
/* CSS */
color: #367cac;
background-color: #367cac;
/* Tailwind (arbitrary) */
class="text-[#367cac] bg-[#367cac]"
/* SCSS */
$brand: #367cac;
/* SwiftUI */
Color(red: 0.212, green: 0.486, blue: 0.675)
/* Android */
Color.parseColor("#367cac")Accessibility — WCAG contrast
Aa
#367cac on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#367cac on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green48.6%
Blue67.5%
CMYK percentages
Cyan68.6%
Magenta27.9%
Yellow0.0%
Key (black)32.5%
Color previews
#367cac text on a black background
contrast 4.64:1
Card sample
#367cac text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367cac;
Background color
Panel with #367cac background
background-color: #367cac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367cac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 124, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 124, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367cac; background: linear-gradient(135deg, #367cac, #3F36AC);