#3322ee
a balanced, electric blue · warm · closest name: blue
RGB
51, 34, 238
HSL
245°, 86%, 53%
CMYK
79, 86, 0, 7
Luminance
0.0802
Every format
| HEX | #3322ee |
| RGB | rgb(51, 34, 238) |
| HSL | hsl(245, 86%, 53%) |
| CMYK | cmyk(79%, 86%, 0%, 7%) |
| LAB | lab(34.0 68.1 -95.3) |
| LCH | lch(34.0 117.2 305.5) |
| OKLCH | oklch(0.462 0.276 271.2) |
Copy-ready code
/* CSS */
color: #3322ee;
background-color: #3322ee;
/* Tailwind (arbitrary) */
class="text-[#3322ee] bg-[#3322ee]"
/* SCSS */
$brand: #3322ee;
/* SwiftUI */
Color(red: 0.200, green: 0.133, blue: 0.933)
/* Android */
Color.parseColor("#3322ee")Accessibility — WCAG contrast
Aa
#3322ee on white: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3322ee on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green13.3%
Blue93.3%
CMYK percentages
Cyan78.6%
Magenta85.7%
Yellow0.0%
Key (black)6.7%
Color previews
#3322ee text on a black background
contrast 2.60:1
Card sample
#3322ee text on a white background
contrast 8.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3322ee;
Background color
Panel with #3322ee background
background-color: #3322ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3322ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 34, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 34, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3322ee; background: linear-gradient(135deg, #3322ee, #BB22EE);