#4455ee
a balanced, electric blue · warm · closest name: royalblue
RGB
68, 85, 238
HSL
234°, 83%, 60%
CMYK
71, 64, 0, 7
Luminance
0.1390
Every format
| HEX | #4455ee |
| RGB | rgb(68, 85, 238) |
| HSL | hsl(234, 83%, 60%) |
| CMYK | cmyk(71%, 64%, 0%, 7%) |
| LAB | lab(44.1 43.6 -78.7) |
| LCH | lch(44.1 90.0 299.0) |
| OKLCH | oklch(0.535 0.228 271.3) |
Copy-ready code
/* CSS */
color: #4455ee;
background-color: #4455ee;
/* Tailwind (arbitrary) */
class="text-[#4455ee] bg-[#4455ee]"
/* SCSS */
$brand: #4455ee;
/* SwiftUI */
Color(red: 0.267, green: 0.333, blue: 0.933)
/* Android */
Color.parseColor("#4455ee")Accessibility — WCAG contrast
Aa
#4455ee on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4455ee on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green33.3%
Blue93.3%
CMYK percentages
Cyan71.4%
Magenta64.3%
Yellow0.0%
Key (black)6.7%
Color previews
#4455ee text on a black background
contrast 3.78:1
Card sample
#4455ee text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4455ee;
Background color
Panel with #4455ee background
background-color: #4455ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4455ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 85, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 85, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4455ee; background: linear-gradient(135deg, #4455ee, #A444EE);