#332288
a dark, vivid blue · warm · closest name: midnightblue
RGB
51, 34, 136
HSL
250°, 60%, 33%
CMYK
63, 75, 0, 47
Luminance
0.0363
Every format
| HEX | #332288 |
| RGB | rgb(51, 34, 136) |
| HSL | hsl(250, 60%, 33%) |
| CMYK | cmyk(63%, 75%, 0%, 47%) |
| LAB | lab(22.4 37.7 -54.0) |
| LCH | lch(22.4 65.9 304.9) |
| OKLCH | oklch(0.347 0.159 281.8) |
Copy-ready code
/* CSS */
color: #332288;
background-color: #332288;
/* Tailwind (arbitrary) */
class="text-[#332288] bg-[#332288]"
/* SCSS */
$brand: #332288;
/* SwiftUI */
Color(red: 0.200, green: 0.133, blue: 0.533)
/* Android */
Color.parseColor("#332288")Accessibility — WCAG contrast
Aa
#332288 on white: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332288 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green13.3%
Blue53.3%
CMYK percentages
Cyan62.5%
Magenta75.0%
Yellow0.0%
Key (black)46.7%
Color previews
#332288 text on a black background
contrast 1.73:1
Card sample
#332288 text on a white background
contrast 12.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332288;
Background color
Panel with #332288 background
background-color: #332288;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332288;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 34, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 34, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332288; background: linear-gradient(135deg, #332288, #772288);