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