#362299
a dark, vivid blue · warm · closest name: indigo
RGB
54, 34, 153
HSL
250°, 64%, 37%
CMYK
65, 78, 0, 40
Luminance
0.0423
Every format
| HEX | #362299 |
| RGB | rgb(54, 34, 153) |
| HSL | hsl(250, 64%, 37%) |
| CMYK | cmyk(65%, 78%, 0%, 40%) |
| LAB | lab(24.4 43.5 -61.2) |
| LCH | lch(24.4 75.1 305.4) |
| OKLCH | oklch(0.368 0.180 280.5) |
Copy-ready code
/* CSS */
color: #362299;
background-color: #362299;
/* Tailwind (arbitrary) */
class="text-[#362299] bg-[#362299]"
/* SCSS */
$brand: #362299;
/* SwiftUI */
Color(red: 0.212, green: 0.133, blue: 0.600)
/* Android */
Color.parseColor("#362299")Accessibility — WCAG contrast
Aa
#362299 on white: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#362299 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green13.3%
Blue60.0%
CMYK percentages
Cyan64.7%
Magenta77.8%
Yellow0.0%
Key (black)40.0%
Color previews
#362299 text on a black background
contrast 1.85:1
Card sample
#362299 text on a white background
contrast 11.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #362299;
Background color
Panel with #362299 background
background-color: #362299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #362299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 34, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 34, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #362299; background: linear-gradient(135deg, #362299, #852299);