#44ace0
a balanced, vivid blue · cool · closest name: steelblue
RGB
68, 172, 224
HSL
200°, 72%, 57%
CMYK
70, 23, 0, 12
Luminance
0.3612
Every format
| HEX | #44ace0 |
| RGB | rgb(68, 172, 224) |
| HSL | hsl(200, 72%, 57%) |
| CMYK | cmyk(70%, 23%, 0%, 12%) |
| LAB | lab(66.6 -13.4 -34.9) |
| LCH | lch(66.6 37.4 248.9) |
| OKLCH | oklch(0.706 0.121 234.1) |
Copy-ready code
/* CSS */
color: #44ace0;
background-color: #44ace0;
/* Tailwind (arbitrary) */
class="text-[#44ace0] bg-[#44ace0]"
/* SCSS */
$brand: #44ace0;
/* SwiftUI */
Color(red: 0.267, green: 0.675, blue: 0.878)
/* Android */
Color.parseColor("#44ace0")Accessibility — WCAG contrast
Aa
#44ace0 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44ace0 on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green67.5%
Blue87.8%
CMYK percentages
Cyan69.6%
Magenta23.2%
Yellow0.0%
Key (black)12.2%
Color previews
#44ace0 text on a black background
contrast 8.22:1
Card sample
#44ace0 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44ace0;
Background color
Panel with #44ace0 background
background-color: #44ace0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44ace0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 172, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 172, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44ace0; background: linear-gradient(135deg, #44ace0, #4444E0);