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