#44adbb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
68, 173, 187
HSL
187°, 47%, 50%
CMYK
64, 8, 0, 27
Luminance
0.3470
Every format
| HEX | #44adbb |
| RGB | rgb(68, 173, 187) |
| HSL | hsl(187, 47%, 50%) |
| CMYK | cmyk(64%, 8%, 0%, 27%) |
| LAB | lab(65.5 -25.6 -16.1) |
| LCH | lch(65.5 30.2 212.2) |
| OKLCH | oklch(0.693 0.097 207.4) |
Copy-ready code
/* CSS */
color: #44adbb;
background-color: #44adbb;
/* Tailwind (arbitrary) */
class="text-[#44adbb] bg-[#44adbb]"
/* SCSS */
$brand: #44adbb;
/* SwiftUI */
Color(red: 0.267, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#44adbb")Accessibility — WCAG contrast
Aa
#44adbb on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44adbb on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green67.8%
Blue73.3%
CMYK percentages
Cyan63.6%
Magenta7.5%
Yellow0.0%
Key (black)26.7%
Color previews
#44adbb text on a black background
contrast 7.94:1
Card sample
#44adbb text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44adbb;
Background color
Panel with #44adbb background
background-color: #44adbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44adbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44adbb; background: linear-gradient(135deg, #44adbb, #445EBB);