#332299
a dark, vivid blue · warm · closest name: navy
RGB
51, 34, 153
HSL
249°, 64%, 37%
CMYK
67, 78, 0, 40
Luminance
0.0415
Every format
| HEX | #332299 |
| RGB | rgb(51, 34, 153) |
| HSL | hsl(249, 64%, 37%) |
| CMYK | cmyk(67%, 78%, 0%, 40%) |
| LAB | lab(24.1 43.1 -61.7) |
| LCH | lch(24.1 75.3 305.0) |
| OKLCH | oklch(0.365 0.180 279.1) |
Copy-ready code
/* CSS */
color: #332299;
background-color: #332299;
/* Tailwind (arbitrary) */
class="text-[#332299] bg-[#332299]"
/* SCSS */
$brand: #332299;
/* SwiftUI */
Color(red: 0.200, green: 0.133, blue: 0.600)
/* Android */
Color.parseColor("#332299")Accessibility — WCAG contrast
Aa
#332299 on white: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332299 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green13.3%
Blue60.0%
CMYK percentages
Cyan66.7%
Magenta77.8%
Yellow0.0%
Key (black)40.0%
Color previews
#332299 text on a black background
contrast 1.83:1
Card sample
#332299 text on a white background
contrast 11.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332299;
Background color
Panel with #332299 background
background-color: #332299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 34, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 34, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332299; background: linear-gradient(135deg, #332299, #822299);