#360ade
a balanced, electric blue · warm · closest name: blue
RGB
54, 10, 222
HSL
253°, 91%, 46%
CMYK
76, 96, 0, 13
Luminance
0.0628
Every format
| HEX | #360ade |
| RGB | rgb(54, 10, 222) |
| HSL | hsl(253, 91%, 46%) |
| CMYK | cmyk(76%, 96%, 0%, 13%) |
| LAB | lab(30.1 70.4 -92.8) |
| LCH | lch(30.1 116.4 307.2) |
| OKLCH | oklch(0.430 0.268 273.6) |
Copy-ready code
/* CSS */
color: #360ade;
background-color: #360ade;
/* Tailwind (arbitrary) */
class="text-[#360ade] bg-[#360ade]"
/* SCSS */
$brand: #360ade;
/* SwiftUI */
Color(red: 0.212, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#360ade")Accessibility — WCAG contrast
Aa
#360ade on white: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360ade on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green3.9%
Blue87.1%
CMYK percentages
Cyan75.7%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#360ade text on a black background
contrast 2.26:1
Card sample
#360ade text on a white background
contrast 9.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360ade;
Background color
Panel with #360ade background
background-color: #360ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360ade; background: linear-gradient(135deg, #360ade, #C40ADE);