#367fda
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
54, 127, 218
HSL
213°, 69%, 53%
CMYK
75, 42, 0, 15
Luminance
0.2102
Every format
| HEX | #367fda |
| RGB | rgb(54, 127, 218) |
| HSL | hsl(213, 69%, 53%) |
| CMYK | cmyk(75%, 42%, 0%, 15%) |
| LAB | lab(53.0 8.6 -53.1) |
| LCH | lch(53.0 53.8 279.2) |
| OKLCH | oklch(0.597 0.157 255.6) |
Copy-ready code
/* CSS */
color: #367fda;
background-color: #367fda;
/* Tailwind (arbitrary) */
class="text-[#367fda] bg-[#367fda]"
/* SCSS */
$brand: #367fda;
/* SwiftUI */
Color(red: 0.212, green: 0.498, blue: 0.855)
/* Android */
Color.parseColor("#367fda")Accessibility — WCAG contrast
Aa
#367fda on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#367fda on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green49.8%
Blue85.5%
CMYK percentages
Cyan75.2%
Magenta41.7%
Yellow0.0%
Key (black)14.5%
Color previews
#367fda text on a black background
contrast 5.20:1
Card sample
#367fda text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367fda;
Background color
Panel with #367fda background
background-color: #367fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 127, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 127, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367fda; background: linear-gradient(135deg, #367fda, #5A36DA);