#4411ee
a balanced, electric blue · warm · closest name: blue
RGB
68, 17, 238
HSL
254°, 87%, 50%
CMYK
71, 93, 0, 7
Luminance
0.0780
Every format
| HEX | #4411ee |
| RGB | rgb(68, 17, 238) |
| HSL | hsl(254, 87%, 50%) |
| CMYK | cmyk(71%, 93%, 0%, 7%) |
| LAB | lab(33.6 73.5 -96.1) |
| LCH | lch(33.6 121.0 307.4) |
| OKLCH | oklch(0.462 0.279 276.2) |
Copy-ready code
/* CSS */
color: #4411ee;
background-color: #4411ee;
/* Tailwind (arbitrary) */
class="text-[#4411ee] bg-[#4411ee]"
/* SCSS */
$brand: #4411ee;
/* SwiftUI */
Color(red: 0.267, green: 0.067, blue: 0.933)
/* Android */
Color.parseColor("#4411ee")Accessibility — WCAG contrast
Aa
#4411ee on white: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4411ee on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green6.7%
Blue93.3%
CMYK percentages
Cyan71.4%
Magenta92.9%
Yellow0.0%
Key (black)6.7%
Color previews
#4411ee text on a black background
contrast 2.56:1
Card sample
#4411ee text on a white background
contrast 8.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4411ee;
Background color
Panel with #4411ee background
background-color: #4411ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4411ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 17, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 17, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4411ee; background: linear-gradient(135deg, #4411ee, #D711EE);