#367fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
54, 127, 223
HSL
214°, 73%, 54%
CMYK
76, 43, 0, 13
Luminance
0.2129
Every format
| HEX | #367fdf |
| RGB | rgb(54, 127, 223) |
| HSL | hsl(214, 73%, 54%) |
| CMYK | cmyk(76%, 43%, 0%, 13%) |
| LAB | lab(53.3 10.4 -55.4) |
| LCH | lch(53.3 56.4 280.6) |
| OKLCH | oklch(0.600 0.163 256.6) |
Copy-ready code
/* CSS */
color: #367fdf;
background-color: #367fdf;
/* Tailwind (arbitrary) */
class="text-[#367fdf] bg-[#367fdf]"
/* SCSS */
$brand: #367fdf;
/* SwiftUI */
Color(red: 0.212, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#367fdf")Accessibility — WCAG contrast
Aa
#367fdf on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#367fdf on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green49.8%
Blue87.5%
CMYK percentages
Cyan75.8%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#367fdf text on a black background
contrast 5.26:1
Card sample
#367fdf text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367fdf;
Background color
Panel with #367fdf background
background-color: #367fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367fdf; background: linear-gradient(135deg, #367fdf, #5E36DF);