#360bdf
a balanced, electric blue · warm · closest name: blue
RGB
54, 11, 223
HSL
252°, 91%, 46%
CMYK
76, 95, 0, 13
Luminance
0.0635
Every format
| HEX | #360bdf |
| RGB | rgb(54, 11, 223) |
| HSL | hsl(252, 91%, 46%) |
| CMYK | cmyk(76%, 95%, 0%, 13%) |
| LAB | lab(30.3 70.5 -93.0) |
| LCH | lch(30.3 116.7 307.1) |
| OKLCH | oklch(0.432 0.269 273.5) |
Copy-ready code
/* CSS */
color: #360bdf;
background-color: #360bdf;
/* Tailwind (arbitrary) */
class="text-[#360bdf] bg-[#360bdf]"
/* SCSS */
$brand: #360bdf;
/* SwiftUI */
Color(red: 0.212, green: 0.043, blue: 0.875)
/* Android */
Color.parseColor("#360bdf")Accessibility — WCAG contrast
Aa
#360bdf on white: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360bdf on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green4.3%
Blue87.5%
CMYK percentages
Cyan75.8%
Magenta95.1%
Yellow0.0%
Key (black)12.5%
Color previews
#360bdf text on a black background
contrast 2.27:1
Card sample
#360bdf text on a white background
contrast 9.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360bdf;
Background color
Panel with #360bdf background
background-color: #360bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 11, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 11, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360bdf; background: linear-gradient(135deg, #360bdf, #C40BDF);