#4444eb
a balanced, electric blue · warm · closest name: slateblue
RGB
68, 68, 235
HSL
240°, 81%, 59%
CMYK
71, 71, 0, 8
Luminance
0.1136
Every format
| HEX | #4444eb |
| RGB | rgb(68, 68, 235) |
| HSL | hsl(240, 81%, 59%) |
| CMYK | cmyk(71%, 71%, 0%, 8%) |
| LAB | lab(40.2 52.5 -83.4) |
| LCH | lch(40.2 98.5 302.2) |
| OKLCH | oklch(0.506 0.242 273.6) |
Copy-ready code
/* CSS */
color: #4444eb;
background-color: #4444eb;
/* Tailwind (arbitrary) */
class="text-[#4444eb] bg-[#4444eb]"
/* SCSS */
$brand: #4444eb;
/* SwiftUI */
Color(red: 0.267, green: 0.267, blue: 0.922)
/* Android */
Color.parseColor("#4444eb")Accessibility — WCAG contrast
Aa
#4444eb on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4444eb on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green26.7%
Blue92.2%
CMYK percentages
Cyan71.1%
Magenta71.1%
Yellow0.0%
Key (black)7.8%
Color previews
#4444eb text on a black background
contrast 3.27:1
Card sample
#4444eb text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4444eb;
Background color
Panel with #4444eb background
background-color: #4444eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4444eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 68, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 68, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4444eb; background: linear-gradient(135deg, #4444eb, #B344EB);