#4402eb
a balanced, electric violet · warm · closest name: blue
RGB
68, 2, 235
HSL
257°, 98%, 47%
CMYK
71, 99, 0, 8
Luminance
0.0727
Every format
| HEX | #4402eb |
| RGB | rgb(68, 2, 235) |
| HSL | hsl(257, 98%, 47%) |
| CMYK | cmyk(71%, 99%, 0%, 8%) |
| LAB | lab(32.4 75.2 -96.3) |
| LCH | lch(32.4 122.2 308.0) |
| OKLCH | oklch(0.453 0.280 276.8) |
Copy-ready code
/* CSS */
color: #4402eb;
background-color: #4402eb;
/* Tailwind (arbitrary) */
class="text-[#4402eb] bg-[#4402eb]"
/* SCSS */
$brand: #4402eb;
/* SwiftUI */
Color(red: 0.267, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#4402eb")Accessibility — WCAG contrast
Aa
#4402eb on white: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4402eb on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green0.8%
Blue92.2%
CMYK percentages
Cyan71.1%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#4402eb text on a black background
contrast 2.45:1
Card sample
#4402eb text on a white background
contrast 8.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4402eb;
Background color
Panel with #4402eb background
background-color: #4402eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4402eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4402eb; background: linear-gradient(135deg, #4402eb, #DF02EB);