#332cd3
a balanced, vivid blue · warm · closest name: navy
RGB
51, 44, 211
HSL
243°, 66%, 50%
CMYK
76, 79, 0, 17
Luminance
0.0721
Every format
| HEX | #332cd3 |
| RGB | rgb(51, 44, 211) |
| HSL | hsl(243, 66%, 50%) |
| CMYK | cmyk(76%, 79%, 0%, 17%) |
| LAB | lab(32.3 56.1 -82.8) |
| LCH | lch(32.3 100.0 304.1) |
| OKLCH | oklch(0.441 0.240 272.4) |
Copy-ready code
/* CSS */
color: #332cd3;
background-color: #332cd3;
/* Tailwind (arbitrary) */
class="text-[#332cd3] bg-[#332cd3]"
/* SCSS */
$brand: #332cd3;
/* SwiftUI */
Color(red: 0.200, green: 0.173, blue: 0.827)
/* Android */
Color.parseColor("#332cd3")Accessibility — WCAG contrast
Aa
#332cd3 on white: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332cd3 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green17.3%
Blue82.7%
CMYK percentages
Cyan75.8%
Magenta79.1%
Yellow0.0%
Key (black)17.3%
Color previews
#332cd3 text on a black background
contrast 2.44:1
Card sample
#332cd3 text on a white background
contrast 8.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332cd3;
Background color
Panel with #332cd3 background
background-color: #332cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 44, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 44, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332cd3; background: linear-gradient(135deg, #332cd3, #A22CD3);