#4466aa
a balanced, soft blue · cool · closest name: steelblue
RGB
68, 102, 170
HSL
220°, 43%, 47%
CMYK
60, 40, 0, 33
Luminance
0.1363
Every format
| HEX | #4466aa |
| RGB | rgb(68, 102, 170) |
| HSL | hsl(220, 43%, 47%) |
| CMYK | cmyk(60%, 40%, 0%, 33%) |
| LAB | lab(43.7 9.1 -40.2) |
| LCH | lch(43.7 41.2 282.8) |
| OKLCH | oklch(0.518 0.115 262.9) |
Copy-ready code
/* CSS */
color: #4466aa;
background-color: #4466aa;
/* Tailwind (arbitrary) */
class="text-[#4466aa] bg-[#4466aa]"
/* SCSS */
$brand: #4466aa;
/* SwiftUI */
Color(red: 0.267, green: 0.400, blue: 0.667)
/* Android */
Color.parseColor("#4466aa")Accessibility — WCAG contrast
Aa
#4466aa on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4466aa on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green40.0%
Blue66.7%
CMYK percentages
Cyan60.0%
Magenta40.0%
Yellow0.0%
Key (black)33.3%
Color previews
#4466aa text on a black background
contrast 3.73:1
Card sample
#4466aa text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4466aa;
Background color
Panel with #4466aa background
background-color: #4466aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4466aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 102, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 102, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4466aa; background: linear-gradient(135deg, #4466aa, #6644AA);