#44afad
a balanced, soft cyan · cool · closest name: teal
RGB
68, 175, 173
HSL
179°, 44%, 48%
CMYK
61, 0, 1, 31
Luminance
0.3491
Every format
| HEX | #44afad |
| RGB | rgb(68, 175, 173) |
| HSL | hsl(179, 44%, 48%) |
| CMYK | cmyk(61%, 0%, 1%, 31%) |
| LAB | lab(65.7 -30.6 -8.1) |
| LCH | lch(65.7 31.6 194.8) |
| OKLCH | oklch(0.693 0.097 193.4) |
Copy-ready code
/* CSS */
color: #44afad;
background-color: #44afad;
/* Tailwind (arbitrary) */
class="text-[#44afad] bg-[#44afad]"
/* SCSS */
$brand: #44afad;
/* SwiftUI */
Color(red: 0.267, green: 0.686, blue: 0.678)
/* Android */
Color.parseColor("#44afad")Accessibility — WCAG contrast
Aa
#44afad on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44afad on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green68.6%
Blue67.8%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow1.1%
Key (black)31.4%
Color previews
#44afad text on a black background
contrast 7.98:1
Card sample
#44afad text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44afad;
Background color
Panel with #44afad background
background-color: #44afad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44afad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 175, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 175, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44afad; background: linear-gradient(135deg, #44afad, #446AAF);