#4daba0
a balanced, soft cyan · cool · closest name: teal
RGB
77, 171, 160
HSL
173°, 38%, 49%
CMYK
55, 0, 6, 33
Luminance
0.3324
Every format
| HEX | #4daba0 |
| RGB | rgb(77, 171, 160) |
| HSL | hsl(173, 38%, 49%) |
| CMYK | cmyk(55%, 0%, 6%, 33%) |
| LAB | lab(64.3 -30.5 -2.8) |
| LCH | lch(64.3 30.6 185.2) |
| OKLCH | oklch(0.681 0.091 185.0) |
Copy-ready code
/* CSS */
color: #4daba0;
background-color: #4daba0;
/* Tailwind (arbitrary) */
class="text-[#4daba0] bg-[#4daba0]"
/* SCSS */
$brand: #4daba0;
/* SwiftUI */
Color(red: 0.302, green: 0.671, blue: 0.627)
/* Android */
Color.parseColor("#4daba0")Accessibility — WCAG contrast
Aa
#4daba0 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4daba0 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green67.1%
Blue62.7%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow6.4%
Key (black)32.9%
Color previews
#4daba0 text on a black background
contrast 7.65:1
Card sample
#4daba0 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4daba0;
Background color
Panel with #4daba0 background
background-color: #4daba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4daba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 171, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 171, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4daba0; background: linear-gradient(135deg, #4daba0, #4D77AB);