#4488aa
a balanced, soft blue · cool · closest name: steelblue
RGB
68, 136, 170
HSL
200°, 43%, 47%
CMYK
60, 20, 0, 33
Luminance
0.2174
Every format
| HEX | #4488aa |
| RGB | rgb(68, 136, 170) |
| HSL | hsl(200, 43%, 47%) |
| CMYK | cmyk(60%, 20%, 0%, 33%) |
| LAB | lab(53.8 -11.2 -24.5) |
| LCH | lch(53.8 26.9 245.4) |
| OKLCH | oklch(0.597 0.086 232.5) |
Copy-ready code
/* CSS */
color: #4488aa;
background-color: #4488aa;
/* Tailwind (arbitrary) */
class="text-[#4488aa] bg-[#4488aa]"
/* SCSS */
$brand: #4488aa;
/* SwiftUI */
Color(red: 0.267, green: 0.533, blue: 0.667)
/* Android */
Color.parseColor("#4488aa")Accessibility — WCAG contrast
Aa
#4488aa on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4488aa on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green53.3%
Blue66.7%
CMYK percentages
Cyan60.0%
Magenta20.0%
Yellow0.0%
Key (black)33.3%
Color previews
#4488aa text on a black background
contrast 5.35:1
Card sample
#4488aa text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4488aa;
Background color
Panel with #4488aa background
background-color: #4488aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4488aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 136, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 136, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4488aa; background: linear-gradient(135deg, #4488aa, #4444AA);