#4477ff
a balanced, electric blue · cool · closest name: royalblue
RGB
68, 119, 255
HSL
224°, 100%, 63%
CMYK
73, 53, 0, 0
Luminance
0.2164
Every format
| HEX | #4477ff |
| RGB | rgb(68, 119, 255) |
| HSL | hsl(224, 100%, 63%) |
| CMYK | cmyk(73%, 53%, 0%, 0%) |
| LAB | lab(53.6 28.6 -72.6) |
| LCH | lch(53.6 78.0 291.5) |
| OKLCH | oklch(0.611 0.210 265.1) |
Copy-ready code
/* CSS */
color: #4477ff;
background-color: #4477ff;
/* Tailwind (arbitrary) */
class="text-[#4477ff] bg-[#4477ff]"
/* SCSS */
$brand: #4477ff;
/* SwiftUI */
Color(red: 0.267, green: 0.467, blue: 1.000)
/* Android */
Color.parseColor("#4477ff")Accessibility — WCAG contrast
Aa
#4477ff on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4477ff on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green46.7%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta53.3%
Yellow0.0%
Key (black)0.0%
Color previews
#4477ff text on a black background
contrast 5.33:1
Card sample
#4477ff text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4477ff;
Background color
Panel with #4477ff background
background-color: #4477ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4477ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 119, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 119, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4477ff; background: linear-gradient(135deg, #4477ff, #8D44FF);