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