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