#367afd
a balanced, electric blue · cool · closest name: royalblue
RGB
54, 122, 253
HSL
220°, 98%, 60%
CMYK
79, 52, 0, 1
Luminance
0.2180
Every format
| HEX | #367afd |
| RGB | rgb(54, 122, 253) |
| HSL | hsl(220, 98%, 60%) |
| CMYK | cmyk(79%, 52%, 0%, 1%) |
| LAB | lab(53.8 24.5 -71.3) |
| LCH | lch(53.8 75.4 289.0) |
| OKLCH | oklch(0.610 0.207 261.8) |
Copy-ready code
/* CSS */
color: #367afd;
background-color: #367afd;
/* Tailwind (arbitrary) */
class="text-[#367afd] bg-[#367afd]"
/* SCSS */
$brand: #367afd;
/* SwiftUI */
Color(red: 0.212, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#367afd")Accessibility — WCAG contrast
Aa
#367afd on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#367afd on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green47.8%
Blue99.2%
CMYK percentages
Cyan78.7%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#367afd text on a black background
contrast 5.36:1
Card sample
#367afd text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367afd;
Background color
Panel with #367afd background
background-color: #367afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367afd; background: linear-gradient(135deg, #367afd, #7736FD);