#44bddf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
68, 189, 223
HSL
193°, 71%, 57%
CMYK
70, 15, 0, 13
Luminance
0.4295
Every format
| HEX | #44bddf |
| RGB | rgb(68, 189, 223) |
| HSL | hsl(193, 71%, 57%) |
| CMYK | cmyk(70%, 15%, 0%, 13%) |
| LAB | lab(71.5 -22.7 -26.8) |
| LCH | lch(71.5 35.1 229.7) |
| OKLCH | oklch(0.745 0.115 220.3) |
Copy-ready code
/* CSS */
color: #44bddf;
background-color: #44bddf;
/* Tailwind (arbitrary) */
class="text-[#44bddf] bg-[#44bddf]"
/* SCSS */
$brand: #44bddf;
/* SwiftUI */
Color(red: 0.267, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#44bddf")Accessibility — WCAG contrast
Aa
#44bddf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44bddf on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green74.1%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta15.2%
Yellow0.0%
Key (black)12.5%
Color previews
#44bddf text on a black background
contrast 9.59:1
Card sample
#44bddf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44bddf;
Background color
Panel with #44bddf background
background-color: #44bddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44bddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44bddf; background: linear-gradient(135deg, #44bddf, #4456DF);