#4422ee
a balanced, electric blue · warm · closest name: blue
RGB
68, 34, 238
HSL
250°, 86%, 53%
CMYK
71, 86, 0, 7
Luminance
0.0855
Every format
| HEX | #4422ee |
| RGB | rgb(68, 34, 238) |
| HSL | hsl(250, 86%, 53%) |
| CMYK | cmyk(71%, 86%, 0%, 7%) |
| LAB | lab(35.1 68.9 -93.5) |
| LCH | lch(35.1 116.2 306.4) |
| OKLCH | oklch(0.472 0.272 275.7) |
Copy-ready code
/* CSS */
color: #4422ee;
background-color: #4422ee;
/* Tailwind (arbitrary) */
class="text-[#4422ee] bg-[#4422ee]"
/* SCSS */
$brand: #4422ee;
/* SwiftUI */
Color(red: 0.267, green: 0.133, blue: 0.933)
/* Android */
Color.parseColor("#4422ee")Accessibility — WCAG contrast
Aa
#4422ee on white: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4422ee on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green13.3%
Blue93.3%
CMYK percentages
Cyan71.4%
Magenta85.7%
Yellow0.0%
Key (black)6.7%
Color previews
#4422ee text on a black background
contrast 2.71:1
Card sample
#4422ee text on a white background
contrast 7.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4422ee;
Background color
Panel with #4422ee background
background-color: #4422ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4422ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 34, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 34, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4422ee; background: linear-gradient(135deg, #4422ee, #CC22EE);