#365ade
a balanced, vivid blue · warm · closest name: royalblue
RGB
54, 90, 222
HSL
227°, 72%, 54%
CMYK
76, 60, 0, 13
Luminance
0.1337
Every format
| HEX | #365ade |
| RGB | rgb(54, 90, 222) |
| HSL | hsl(227, 72%, 54%) |
| CMYK | cmyk(76%, 60%, 0%, 13%) |
| LAB | lab(43.3 33.4 -70.9) |
| LCH | lch(43.3 78.4 295.2) |
| OKLCH | oklch(0.524 0.205 267.1) |
Copy-ready code
/* CSS */
color: #365ade;
background-color: #365ade;
/* Tailwind (arbitrary) */
class="text-[#365ade] bg-[#365ade]"
/* SCSS */
$brand: #365ade;
/* SwiftUI */
Color(red: 0.212, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#365ade")Accessibility — WCAG contrast
Aa
#365ade on white: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#365ade on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green35.3%
Blue87.1%
CMYK percentages
Cyan75.7%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#365ade text on a black background
contrast 3.67:1
Card sample
#365ade text on a white background
contrast 5.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #365ade;
Background color
Panel with #365ade background
background-color: #365ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #365ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #365ade; background: linear-gradient(135deg, #365ade, #8236DE);