#332244
a deep, soft violet · warm · closest name: black
RGB
51, 34, 68
HSL
270°, 33%, 20%
CMYK
25, 50, 0, 73
Luminance
0.0227
Every format
| HEX | #332244 |
| RGB | rgb(51, 34, 68) |
| HSL | hsl(270, 33%, 20%) |
| CMYK | cmyk(25%, 50%, 0%, 73%) |
| LAB | lab(16.8 16.2 -18.4) |
| LCH | lch(16.8 24.6 311.3) |
| OKLCH | oklch(0.289 0.064 305.9) |
Copy-ready code
/* CSS */
color: #332244;
background-color: #332244;
/* Tailwind (arbitrary) */
class="text-[#332244] bg-[#332244]"
/* SCSS */
$brand: #332244;
/* SwiftUI */
Color(red: 0.200, green: 0.133, blue: 0.267)
/* Android */
Color.parseColor("#332244")Accessibility — WCAG contrast
Aa
#332244 on white: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332244 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green13.3%
Blue26.7%
CMYK percentages
Cyan25.0%
Magenta50.0%
Yellow0.0%
Key (black)73.3%
Color previews
#332244 text on a black background
contrast 1.45:1
Card sample
#332244 text on a white background
contrast 14.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332244;
Background color
Panel with #332244 background
background-color: #332244;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332244;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 34, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 34, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332244; background: linear-gradient(135deg, #332244, #44223E);