#367ade
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
54, 122, 222
HSL
216°, 72%, 54%
CMYK
76, 45, 0, 13
Luminance
0.1998
Every format
| HEX | #367ade |
| RGB | rgb(54, 122, 222) |
| HSL | hsl(216, 72%, 54%) |
| CMYK | cmyk(76%, 45%, 0%, 13%) |
| LAB | lab(51.8 13.1 -57.2) |
| LCH | lch(51.8 58.7 282.9) |
| OKLCH | oklch(0.589 0.167 258.3) |
Copy-ready code
/* CSS */
color: #367ade;
background-color: #367ade;
/* Tailwind (arbitrary) */
class="text-[#367ade] bg-[#367ade]"
/* SCSS */
$brand: #367ade;
/* SwiftUI */
Color(red: 0.212, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#367ade")Accessibility — WCAG contrast
Aa
#367ade on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#367ade on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green47.8%
Blue87.1%
CMYK percentages
Cyan75.7%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#367ade text on a black background
contrast 5.00:1
Card sample
#367ade text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367ade;
Background color
Panel with #367ade background
background-color: #367ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367ade; background: linear-gradient(135deg, #367ade, #6236DE);