#360fba
a dark, electric blue · warm · closest name: navy
RGB
54, 15, 186
HSL
254°, 85%, 39%
CMYK
71, 92, 0, 27
Luminance
0.0467
Every format
| HEX | #360fba |
| RGB | rgb(54, 15, 186) |
| HSL | hsl(254, 85%, 39%) |
| CMYK | cmyk(71%, 92%, 0%, 27%) |
| LAB | lab(25.8 60.3 -78.9) |
| LCH | lch(25.8 99.3 307.4) |
| OKLCH | oklch(0.388 0.230 277.2) |
Copy-ready code
/* CSS */
color: #360fba;
background-color: #360fba;
/* Tailwind (arbitrary) */
class="text-[#360fba] bg-[#360fba]"
/* SCSS */
$brand: #360fba;
/* SwiftUI */
Color(red: 0.212, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#360fba")Accessibility — WCAG contrast
Aa
#360fba on white: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360fba on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green5.9%
Blue72.9%
CMYK percentages
Cyan71.0%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#360fba text on a black background
contrast 1.93:1
Card sample
#360fba text on a white background
contrast 10.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360fba;
Background color
Panel with #360fba background
background-color: #360fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360fba; background: linear-gradient(135deg, #360fba, #A80FBA);