#44acac
a balanced, soft cyan · cool · closest name: teal
RGB
68, 172, 172
HSL
180°, 43%, 47%
CMYK
61, 0, 0, 33
Luminance
0.3371
Every format
| HEX | #44acac |
| RGB | rgb(68, 172, 172) |
| HSL | hsl(180, 43%, 47%) |
| CMYK | cmyk(61%, 0%, 0%, 33%) |
| LAB | lab(64.7 -29.4 -8.9) |
| LCH | lch(64.7 30.8 196.9) |
| OKLCH | oklch(0.685 0.095 195.2) |
Copy-ready code
/* CSS */
color: #44acac;
background-color: #44acac;
/* Tailwind (arbitrary) */
class="text-[#44acac] bg-[#44acac]"
/* SCSS */
$brand: #44acac;
/* SwiftUI */
Color(red: 0.267, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#44acac")Accessibility — WCAG contrast
Aa
#44acac on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44acac on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green67.5%
Blue67.5%
CMYK percentages
Cyan60.5%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#44acac text on a black background
contrast 7.74:1
Card sample
#44acac text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44acac;
Background color
Panel with #44acac background
background-color: #44acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44acac; background: linear-gradient(135deg, #44acac, #4467AC);