#44b3ff
a balanced, electric blue · cool · closest name: steelblue
RGB
68, 179, 255
HSL
204°, 100%, 63%
CMYK
73, 30, 0, 0
Luminance
0.4069
Every format
| HEX | #44b3ff |
| RGB | rgb(68, 179, 255) |
| HSL | hsl(204, 100%, 63%) |
| CMYK | cmyk(73%, 30%, 0%, 0%) |
| LAB | lab(70.0 -6.9 -46.5) |
| LCH | lch(70.0 47.0 261.6) |
| OKLCH | oklch(0.737 0.148 242.8) |
Copy-ready code
/* CSS */
color: #44b3ff;
background-color: #44b3ff;
/* Tailwind (arbitrary) */
class="text-[#44b3ff] bg-[#44b3ff]"
/* SCSS */
$brand: #44b3ff;
/* SwiftUI */
Color(red: 0.267, green: 0.702, blue: 1.000)
/* Android */
Color.parseColor("#44b3ff")Accessibility — WCAG contrast
Aa
#44b3ff on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44b3ff on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green70.2%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta29.8%
Yellow0.0%
Key (black)0.0%
Color previews
#44b3ff text on a black background
contrast 9.14:1
Card sample
#44b3ff text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44b3ff;
Background color
Panel with #44b3ff background
background-color: #44b3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44b3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 179, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 179, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44b3ff; background: linear-gradient(135deg, #44b3ff, #5244FF);