#332266
a dark, vivid violet · warm · closest name: midnightblue
RGB
51, 34, 102
HSL
255°, 50%, 27%
CMYK
50, 67, 0, 60
Luminance
0.0281
Every format
| HEX | #332266 |
| RGB | rgb(51, 34, 102) |
| HSL | hsl(255, 50%, 27%) |
| CMYK | cmyk(50%, 67%, 0%, 60%) |
| LAB | lab(19.3 26.7 -37.4) |
| LCH | lch(19.3 46.0 305.5) |
| OKLCH | oklch(0.315 0.114 289.8) |
Copy-ready code
/* CSS */
color: #332266;
background-color: #332266;
/* Tailwind (arbitrary) */
class="text-[#332266] bg-[#332266]"
/* SCSS */
$brand: #332266;
/* SwiftUI */
Color(red: 0.200, green: 0.133, blue: 0.400)
/* Android */
Color.parseColor("#332266")Accessibility — WCAG contrast
Aa
#332266 on white: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332266 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green13.3%
Blue40.0%
CMYK percentages
Cyan50.0%
Magenta66.7%
Yellow0.0%
Key (black)60.0%
Color previews
#332266 text on a black background
contrast 1.56:1
Card sample
#332266 text on a white background
contrast 13.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332266;
Background color
Panel with #332266 background
background-color: #332266;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332266;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 34, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 34, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332266; background: linear-gradient(135deg, #332266, #602266);