#332eb2
a dark, vivid blue · warm · closest name: navy
RGB
51, 46, 178
HSL
242°, 59%, 44%
CMYK
71, 74, 0, 30
Luminance
0.0587
Every format
| HEX | #332eb2 |
| RGB | rgb(51, 46, 178) |
| HSL | hsl(242, 59%, 44%) |
| CMYK | cmyk(71%, 74%, 0%, 30%) |
| LAB | lab(29.1 44.6 -68.7) |
| LCH | lch(29.1 81.9 303.0) |
| OKLCH | oklch(0.408 0.199 274.7) |
Copy-ready code
/* CSS */
color: #332eb2;
background-color: #332eb2;
/* Tailwind (arbitrary) */
class="text-[#332eb2] bg-[#332eb2]"
/* SCSS */
$brand: #332eb2;
/* SwiftUI */
Color(red: 0.200, green: 0.180, blue: 0.698)
/* Android */
Color.parseColor("#332eb2")Accessibility — WCAG contrast
Aa
#332eb2 on white: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332eb2 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green18.0%
Blue69.8%
CMYK percentages
Cyan71.3%
Magenta74.2%
Yellow0.0%
Key (black)30.2%
Color previews
#332eb2 text on a black background
contrast 2.17:1
Card sample
#332eb2 text on a white background
contrast 9.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332eb2;
Background color
Panel with #332eb2 background
background-color: #332eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 46, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 46, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332eb2; background: linear-gradient(135deg, #332eb2, #8B2EB2);