#44acdf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
68, 172, 223
HSL
200°, 71%, 57%
CMYK
70, 23, 0, 13
Luminance
0.3606
Every format
| HEX | #44acdf |
| RGB | rgb(68, 172, 223) |
| HSL | hsl(200, 71%, 57%) |
| CMYK | cmyk(70%, 23%, 0%, 13%) |
| LAB | lab(66.6 -13.8 -34.4) |
| LCH | lch(66.6 37.0 248.2) |
| OKLCH | oklch(0.706 0.120 233.6) |
Copy-ready code
/* CSS */
color: #44acdf;
background-color: #44acdf;
/* Tailwind (arbitrary) */
class="text-[#44acdf] bg-[#44acdf]"
/* SCSS */
$brand: #44acdf;
/* SwiftUI */
Color(red: 0.267, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#44acdf")Accessibility — WCAG contrast
Aa
#44acdf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44acdf on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green67.5%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#44acdf text on a black background
contrast 8.21:1
Card sample
#44acdf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44acdf;
Background color
Panel with #44acdf background
background-color: #44acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44acdf; background: linear-gradient(135deg, #44acdf, #4445DF);