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