#4477aa
a balanced, soft blue · cool · closest name: steelblue
RGB
68, 119, 170
HSL
210°, 43%, 47%
CMYK
60, 30, 0, 33
Luminance
0.1732
Every format
| HEX | #4477aa |
| RGB | rgb(68, 119, 170) |
| HSL | hsl(210, 43%, 47%) |
| CMYK | cmyk(60%, 30%, 0%, 33%) |
| LAB | lab(48.7 -1.3 -32.4) |
| LCH | lch(48.7 32.4 267.7) |
| OKLCH | oklch(0.556 0.097 250.0) |
Copy-ready code
/* CSS */
color: #4477aa;
background-color: #4477aa;
/* Tailwind (arbitrary) */
class="text-[#4477aa] bg-[#4477aa]"
/* SCSS */
$brand: #4477aa;
/* SwiftUI */
Color(red: 0.267, green: 0.467, blue: 0.667)
/* Android */
Color.parseColor("#4477aa")Accessibility — WCAG contrast
Aa
#4477aa on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4477aa on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green46.7%
Blue66.7%
CMYK percentages
Cyan60.0%
Magenta30.0%
Yellow0.0%
Key (black)33.3%
Color previews
#4477aa text on a black background
contrast 4.46:1
Card sample
#4477aa text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4477aa;
Background color
Panel with #4477aa background
background-color: #4477aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4477aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 119, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 119, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4477aa; background: linear-gradient(135deg, #4477aa, #5544AA);