#44aefd
a balanced, electric blue · cool · closest name: steelblue
RGB
68, 174, 253
HSL
206°, 98%, 63%
CMYK
73, 31, 0, 1
Luminance
0.3859
Every format
| HEX | #44aefd |
| RGB | rgb(68, 174, 253) |
| HSL | hsl(206, 98%, 63%) |
| CMYK | cmyk(73%, 31%, 0%, 1%) |
| LAB | lab(68.5 -4.8 -47.8) |
| LCH | lch(68.5 48.1 264.3) |
| OKLCH | oklch(0.725 0.150 244.8) |
Copy-ready code
/* CSS */
color: #44aefd;
background-color: #44aefd;
/* Tailwind (arbitrary) */
class="text-[#44aefd] bg-[#44aefd]"
/* SCSS */
$brand: #44aefd;
/* SwiftUI */
Color(red: 0.267, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#44aefd")Accessibility — WCAG contrast
Aa
#44aefd on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44aefd on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green68.2%
Blue99.2%
CMYK percentages
Cyan73.1%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#44aefd text on a black background
contrast 8.72:1
Card sample
#44aefd text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44aefd;
Background color
Panel with #44aefd background
background-color: #44aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44aefd; background: linear-gradient(135deg, #44aefd, #5544FD);