#360dbf
a dark, electric blue · warm · closest name: navy
RGB
54, 13, 191
HSL
254°, 87%, 40%
CMYK
72, 93, 0, 25
Luminance
0.0483
Every format
| HEX | #360dbf |
| RGB | rgb(54, 13, 191) |
| HSL | hsl(254, 87%, 40%) |
| CMYK | cmyk(72%, 93%, 0%, 25%) |
| LAB | lab(26.3 62.0 -81.1) |
| LCH | lch(26.3 102.1 307.4) |
| OKLCH | oklch(0.393 0.236 276.7) |
Copy-ready code
/* CSS */
color: #360dbf;
background-color: #360dbf;
/* Tailwind (arbitrary) */
class="text-[#360dbf] bg-[#360dbf]"
/* SCSS */
$brand: #360dbf;
/* SwiftUI */
Color(red: 0.212, green: 0.051, blue: 0.749)
/* Android */
Color.parseColor("#360dbf")Accessibility — WCAG contrast
Aa
#360dbf on white: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360dbf on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green5.1%
Blue74.9%
CMYK percentages
Cyan71.7%
Magenta93.2%
Yellow0.0%
Key (black)25.1%
Color previews
#360dbf text on a black background
contrast 1.97:1
Card sample
#360dbf text on a white background
contrast 10.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360dbf;
Background color
Panel with #360dbf background
background-color: #360dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 13, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 13, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360dbf; background: linear-gradient(135deg, #360dbf, #AD0DBF);