#44aeee
a balanced, electric blue · cool · closest name: steelblue
RGB
68, 174, 238
HSL
203°, 83%, 60%
CMYK
71, 27, 0, 7
Luminance
0.3767
Every format
| HEX | #44aeee |
| RGB | rgb(68, 174, 238) |
| HSL | hsl(203, 83%, 60%) |
| CMYK | cmyk(71%, 27%, 0%, 7%) |
| LAB | lab(67.8 -9.9 -40.7) |
| LCH | lch(67.8 41.9 256.4) |
| OKLCH | oklch(0.717 0.134 239.3) |
Copy-ready code
/* CSS */
color: #44aeee;
background-color: #44aeee;
/* Tailwind (arbitrary) */
class="text-[#44aeee] bg-[#44aeee]"
/* SCSS */
$brand: #44aeee;
/* SwiftUI */
Color(red: 0.267, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#44aeee")Accessibility — WCAG contrast
Aa
#44aeee on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44aeee on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green68.2%
Blue93.3%
CMYK percentages
Cyan71.4%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#44aeee text on a black background
contrast 8.53:1
Card sample
#44aeee text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44aeee;
Background color
Panel with #44aeee background
background-color: #44aeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44aeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44aeee; background: linear-gradient(135deg, #44aeee, #4B44EE);