#4cac9f
a balanced, soft cyan · cool · closest name: teal
RGB
76, 172, 159
HSL
172°, 39%, 49%
CMYK
56, 0, 8, 33
Luminance
0.3354
Every format
| HEX | #4cac9f |
| RGB | rgb(76, 172, 159) |
| HSL | hsl(172, 39%, 49%) |
| CMYK | cmyk(56%, 0%, 8%, 33%) |
| LAB | lab(64.6 -31.4 -1.9) |
| LCH | lch(64.6 31.5 183.4) |
| OKLCH | oklch(0.683 0.093 183.4) |
Copy-ready code
/* CSS */
color: #4cac9f;
background-color: #4cac9f;
/* Tailwind (arbitrary) */
class="text-[#4cac9f] bg-[#4cac9f]"
/* SCSS */
$brand: #4cac9f;
/* SwiftUI */
Color(red: 0.298, green: 0.675, blue: 0.624)
/* Android */
Color.parseColor("#4cac9f")Accessibility — WCAG contrast
Aa
#4cac9f on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cac9f on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green67.5%
Blue62.4%
CMYK percentages
Cyan55.8%
Magenta0.0%
Yellow7.6%
Key (black)32.5%
Color previews
#4cac9f text on a black background
contrast 7.71:1
Card sample
#4cac9f text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cac9f;
Background color
Panel with #4cac9f background
background-color: #4cac9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cac9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 172, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 172, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cac9f; background: linear-gradient(135deg, #4cac9f, #4C79AC);