#3222ff
a balanced, electric blue · warm · closest name: blue
RGB
50, 34, 255
HSL
244°, 100%, 57%
CMYK
80, 87, 0, 0
Luminance
0.0904
Every format
| HEX | #3222ff |
| RGB | rgb(50, 34, 255) |
| HSL | hsl(244, 100%, 57%) |
| CMYK | cmyk(80%, 87%, 0%, 0%) |
| LAB | lab(36.1 72.7 -101.5) |
| LCH | lch(36.1 124.8 305.6) |
| OKLCH | oklch(0.481 0.294 270.1) |
Copy-ready code
/* CSS */
color: #3222ff;
background-color: #3222ff;
/* Tailwind (arbitrary) */
class="text-[#3222ff] bg-[#3222ff]"
/* SCSS */
$brand: #3222ff;
/* SwiftUI */
Color(red: 0.196, green: 0.133, blue: 1.000)
/* Android */
Color.parseColor("#3222ff")Accessibility — WCAG contrast
Aa
#3222ff on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3222ff on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green13.3%
Blue100.0%
CMYK percentages
Cyan80.4%
Magenta86.7%
Yellow0.0%
Key (black)0.0%
Color previews
#3222ff text on a black background
contrast 2.81:1
Card sample
#3222ff text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3222ff;
Background color
Panel with #3222ff background
background-color: #3222ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3222ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 34, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 34, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3222ff; background: linear-gradient(135deg, #3222ff, #C522FF);