#4477ee
a balanced, electric blue · cool · closest name: royalblue
RGB
68, 119, 238
HSL
222°, 83%, 60%
CMYK
71, 50, 0, 7
Luminance
0.2060
Every format
| HEX | #4477ee |
| RGB | rgb(68, 119, 238) |
| HSL | hsl(222, 83%, 60%) |
| CMYK | cmyk(71%, 50%, 0%, 7%) |
| LAB | lab(52.5 22.6 -65.0) |
| LCH | lch(52.5 68.8 289.1) |
| OKLCH | oklch(0.598 0.188 264.1) |
Copy-ready code
/* CSS */
color: #4477ee;
background-color: #4477ee;
/* Tailwind (arbitrary) */
class="text-[#4477ee] bg-[#4477ee]"
/* SCSS */
$brand: #4477ee;
/* SwiftUI */
Color(red: 0.267, green: 0.467, blue: 0.933)
/* Android */
Color.parseColor("#4477ee")Accessibility — WCAG contrast
Aa
#4477ee on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4477ee on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green46.7%
Blue93.3%
CMYK percentages
Cyan71.4%
Magenta50.0%
Yellow0.0%
Key (black)6.7%
Color previews
#4477ee text on a black background
contrast 5.12:1
Card sample
#4477ee text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4477ee;
Background color
Panel with #4477ee background
background-color: #4477ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4477ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 119, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 119, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4477ee; background: linear-gradient(135deg, #4477ee, #8244EE);