#4c8080
a dark, soft cyan · cool · closest name: teal
RGB
76, 128, 128
HSL
180°, 26%, 40%
CMYK
41, 0, 0, 50
Luminance
0.1853
Every format
| HEX | #4c8080 |
| RGB | rgb(76, 128, 128) |
| HSL | hsl(180, 26%, 40%) |
| CMYK | cmyk(41%, 0%, 0%, 50%) |
| LAB | lab(50.1 -17.3 -5.5) |
| LCH | lch(50.1 18.2 197.5) |
| OKLCH | oklch(0.564 0.056 195.7) |
Copy-ready code
/* CSS */
color: #4c8080;
background-color: #4c8080;
/* Tailwind (arbitrary) */
class="text-[#4c8080] bg-[#4c8080]"
/* SCSS */
$brand: #4c8080;
/* SwiftUI */
Color(red: 0.298, green: 0.502, blue: 0.502)
/* Android */
Color.parseColor("#4c8080")Accessibility — WCAG contrast
Aa
#4c8080 on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4c8080 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green50.2%
Blue50.2%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow0.0%
Key (black)49.8%
Color previews
#4c8080 text on a black background
contrast 4.71:1
Card sample
#4c8080 text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c8080;
Background color
Panel with #4c8080 background
background-color: #4c8080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c8080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 128, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 128, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c8080; background: linear-gradient(135deg, #4c8080, #4C5D80);