#367ef1
a balanced, electric blue · cool · closest name: dodgerblue
RGB
54, 126, 241
HSL
217°, 87%, 58%
CMYK
78, 48, 0, 6
Luminance
0.2206
Every format
| HEX | #367ef1 |
| RGB | rgb(54, 126, 241) |
| HSL | hsl(217, 87%, 58%) |
| CMYK | cmyk(78%, 48%, 0%, 6%) |
| LAB | lab(54.1 17.6 -64.2) |
| LCH | lch(54.1 66.5 285.4) |
| OKLCH | oklch(0.610 0.188 259.6) |
Copy-ready code
/* CSS */
color: #367ef1;
background-color: #367ef1;
/* Tailwind (arbitrary) */
class="text-[#367ef1] bg-[#367ef1]"
/* SCSS */
$brand: #367ef1;
/* SwiftUI */
Color(red: 0.212, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#367ef1")Accessibility — WCAG contrast
Aa
#367ef1 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#367ef1 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green49.4%
Blue94.5%
CMYK percentages
Cyan77.6%
Magenta47.7%
Yellow0.0%
Key (black)5.5%
Color previews
#367ef1 text on a black background
contrast 5.41:1
Card sample
#367ef1 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367ef1;
Background color
Panel with #367ef1 background
background-color: #367ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367ef1; background: linear-gradient(135deg, #367ef1, #6B36F1);