#332277
a dark, vivid blue · warm · closest name: midnightblue
RGB
51, 34, 119
HSL
252°, 56%, 30%
CMYK
57, 71, 0, 53
Luminance
0.0318
Every format
| HEX | #332277 |
| RGB | rgb(51, 34, 119) |
| HSL | hsl(252, 56%, 30%) |
| CMYK | cmyk(57%, 71%, 0%, 53%) |
| LAB | lab(20.8 32.2 -46.0) |
| LCH | lch(20.8 56.1 305.0) |
| OKLCH | oklch(0.331 0.137 285.3) |
Copy-ready code
/* CSS */
color: #332277;
background-color: #332277;
/* Tailwind (arbitrary) */
class="text-[#332277] bg-[#332277]"
/* SCSS */
$brand: #332277;
/* SwiftUI */
Color(red: 0.200, green: 0.133, blue: 0.467)
/* Android */
Color.parseColor("#332277")Accessibility — WCAG contrast
Aa
#332277 on white: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332277 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green13.3%
Blue46.7%
CMYK percentages
Cyan57.1%
Magenta71.4%
Yellow0.0%
Key (black)53.3%
Color previews
#332277 text on a black background
contrast 1.64:1
Card sample
#332277 text on a white background
contrast 12.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332277;
Background color
Panel with #332277 background
background-color: #332277;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332277;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 34, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 34, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332277; background: linear-gradient(135deg, #332277, #6C2277);