#44aaee
a balanced, electric blue · cool · closest name: steelblue
RGB
68, 170, 238
HSL
204°, 83%, 60%
CMYK
71, 29, 0, 7
Luminance
0.3615
Every format
| HEX | #44aaee |
| RGB | rgb(68, 170, 238) |
| HSL | hsl(204, 83%, 60%) |
| CMYK | cmyk(71%, 29%, 0%, 7%) |
| LAB | lab(66.6 -7.7 -42.5) |
| LCH | lch(66.6 43.2 259.8) |
| OKLCH | oklch(0.708 0.136 241.8) |
Copy-ready code
/* CSS */
color: #44aaee;
background-color: #44aaee;
/* Tailwind (arbitrary) */
class="text-[#44aaee] bg-[#44aaee]"
/* SCSS */
$brand: #44aaee;
/* SwiftUI */
Color(red: 0.267, green: 0.667, blue: 0.933)
/* Android */
Color.parseColor("#44aaee")Accessibility — WCAG contrast
Aa
#44aaee on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44aaee on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green66.7%
Blue93.3%
CMYK percentages
Cyan71.4%
Magenta28.6%
Yellow0.0%
Key (black)6.7%
Color previews
#44aaee text on a black background
contrast 8.23:1
Card sample
#44aaee text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44aaee;
Background color
Panel with #44aaee background
background-color: #44aaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44aaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 170, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 170, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44aaee; background: linear-gradient(135deg, #44aaee, #4F44EE);