#332467
a dark, vivid blue · warm · closest name: midnightblue
RGB
51, 36, 103
HSL
253°, 48%, 27%
CMYK
51, 65, 0, 60
Luminance
0.0294
Every format
| HEX | #332467 |
| RGB | rgb(51, 36, 103) |
| HSL | hsl(253, 48%, 27%) |
| CMYK | cmyk(51%, 65%, 0%, 60%) |
| LAB | lab(19.8 25.7 -37.1) |
| LCH | lch(19.8 45.2 304.7) |
| OKLCH | oklch(0.320 0.112 288.7) |
Copy-ready code
/* CSS */
color: #332467;
background-color: #332467;
/* Tailwind (arbitrary) */
class="text-[#332467] bg-[#332467]"
/* SCSS */
$brand: #332467;
/* SwiftUI */
Color(red: 0.200, green: 0.141, blue: 0.404)
/* Android */
Color.parseColor("#332467")Accessibility — WCAG contrast
Aa
#332467 on white: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332467 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green14.1%
Blue40.4%
CMYK percentages
Cyan50.5%
Magenta65.0%
Yellow0.0%
Key (black)59.6%
Color previews
#332467 text on a black background
contrast 1.59:1
Card sample
#332467 text on a white background
contrast 13.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332467;
Background color
Panel with #332467 background
background-color: #332467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 36, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 36, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332467; background: linear-gradient(135deg, #332467, #602467);