#362eb2
a dark, vivid blue · warm · closest name: navy
RGB
54, 46, 178
HSL
244°, 59%, 44%
CMYK
70, 74, 0, 30
Luminance
0.0595
Every format
| HEX | #362eb2 |
| RGB | rgb(54, 46, 178) |
| HSL | hsl(244, 59%, 44%) |
| CMYK | cmyk(70%, 74%, 0%, 30%) |
| LAB | lab(29.3 44.9 -68.3) |
| LCH | lch(29.3 81.8 303.3) |
| OKLCH | oklch(0.410 0.199 275.8) |
Copy-ready code
/* CSS */
color: #362eb2;
background-color: #362eb2;
/* Tailwind (arbitrary) */
class="text-[#362eb2] bg-[#362eb2]"
/* SCSS */
$brand: #362eb2;
/* SwiftUI */
Color(red: 0.212, green: 0.180, blue: 0.698)
/* Android */
Color.parseColor("#362eb2")Accessibility — WCAG contrast
Aa
#362eb2 on white: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#362eb2 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green18.0%
Blue69.8%
CMYK percentages
Cyan69.7%
Magenta74.2%
Yellow0.0%
Key (black)30.2%
Color previews
#362eb2 text on a black background
contrast 2.19:1
Card sample
#362eb2 text on a white background
contrast 9.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #362eb2;
Background color
Panel with #362eb2 background
background-color: #362eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #362eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 46, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 46, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #362eb2; background: linear-gradient(135deg, #362eb2, #8E2EB2);