#44acaf
a balanced, soft cyan · cool · closest name: teal
RGB
68, 172, 175
HSL
182°, 44%, 48%
CMYK
61, 2, 0, 31
Luminance
0.3383
Every format
| HEX | #44acaf |
| RGB | rgb(68, 172, 175) |
| HSL | hsl(182, 44%, 48%) |
| CMYK | cmyk(61%, 2%, 0%, 31%) |
| LAB | lab(64.8 -28.6 -10.5) |
| LCH | lch(64.8 30.4 200.1) |
| OKLCH | oklch(0.686 0.095 197.8) |
Copy-ready code
/* CSS */
color: #44acaf;
background-color: #44acaf;
/* Tailwind (arbitrary) */
class="text-[#44acaf] bg-[#44acaf]"
/* SCSS */
$brand: #44acaf;
/* SwiftUI */
Color(red: 0.267, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#44acaf")Accessibility — WCAG contrast
Aa
#44acaf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44acaf on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green67.5%
Blue68.6%
CMYK percentages
Cyan61.1%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#44acaf text on a black background
contrast 7.77:1
Card sample
#44acaf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44acaf;
Background color
Panel with #44acaf background
background-color: #44acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44acaf; background: linear-gradient(135deg, #44acaf, #4465AF);