#4466ee
a balanced, electric blue · warm · closest name: royalblue
RGB
68, 102, 238
HSL
228°, 83%, 60%
CMYK
71, 57, 0, 7
Luminance
0.1690
Every format
| HEX | #4466ee |
| RGB | rgb(68, 102, 238) |
| HSL | hsl(228, 83%, 60%) |
| CMYK | cmyk(71%, 57%, 0%, 7%) |
| LAB | lab(48.1 33.1 -72.1) |
| LCH | lch(48.1 79.3 294.7) |
| OKLCH | oklch(0.566 0.208 268.3) |
Copy-ready code
/* CSS */
color: #4466ee;
background-color: #4466ee;
/* Tailwind (arbitrary) */
class="text-[#4466ee] bg-[#4466ee]"
/* SCSS */
$brand: #4466ee;
/* SwiftUI */
Color(red: 0.267, green: 0.400, blue: 0.933)
/* Android */
Color.parseColor("#4466ee")Accessibility — WCAG contrast
Aa
#4466ee on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4466ee on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green40.0%
Blue93.3%
CMYK percentages
Cyan71.4%
Magenta57.1%
Yellow0.0%
Key (black)6.7%
Color previews
#4466ee text on a black background
contrast 4.38:1
Card sample
#4466ee text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4466ee;
Background color
Panel with #4466ee background
background-color: #4466ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4466ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 102, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 102, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4466ee; background: linear-gradient(135deg, #4466ee, #9344EE);