#3322cc
a balanced, vivid blue · warm · closest name: navy
RGB
51, 34, 204
HSL
246°, 71%, 47%
CMYK
75, 83, 0, 20
Luminance
0.0621
Every format
| HEX | #3322cc |
| RGB | rgb(51, 34, 204) |
| HSL | hsl(246, 71%, 47%) |
| CMYK | cmyk(75%, 83%, 0%, 20%) |
| LAB | lab(29.9 58.5 -82.6) |
| LCH | lch(29.9 101.3 305.3) |
| OKLCH | oklch(0.422 0.239 273.5) |
Copy-ready code
/* CSS */
color: #3322cc;
background-color: #3322cc;
/* Tailwind (arbitrary) */
class="text-[#3322cc] bg-[#3322cc]"
/* SCSS */
$brand: #3322cc;
/* SwiftUI */
Color(red: 0.200, green: 0.133, blue: 0.800)
/* Android */
Color.parseColor("#3322cc")Accessibility — WCAG contrast
Aa
#3322cc on white: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3322cc on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green13.3%
Blue80.0%
CMYK percentages
Cyan75.0%
Magenta83.3%
Yellow0.0%
Key (black)20.0%
Color previews
#3322cc text on a black background
contrast 2.24:1
Card sample
#3322cc text on a white background
contrast 9.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3322cc;
Background color
Panel with #3322cc background
background-color: #3322cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3322cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 34, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 34, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3322cc; background: linear-gradient(135deg, #3322cc, #A422CC);