#4daba3
a balanced, soft cyan · cool · closest name: teal
RGB
77, 171, 163
HSL
175°, 38%, 49%
CMYK
55, 0, 5, 33
Luminance
0.3335
Every format
| HEX | #4daba3 |
| RGB | rgb(77, 171, 163) |
| HSL | hsl(175, 38%, 49%) |
| CMYK | cmyk(55%, 0%, 5%, 33%) |
| LAB | lab(64.4 -29.7 -4.3) |
| LCH | lch(64.4 30.0 188.3) |
| OKLCH | oklch(0.682 0.090 187.8) |
Copy-ready code
/* CSS */
color: #4daba3;
background-color: #4daba3;
/* Tailwind (arbitrary) */
class="text-[#4daba3] bg-[#4daba3]"
/* SCSS */
$brand: #4daba3;
/* SwiftUI */
Color(red: 0.302, green: 0.671, blue: 0.639)
/* Android */
Color.parseColor("#4daba3")Accessibility — WCAG contrast
Aa
#4daba3 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4daba3 on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green67.1%
Blue63.9%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow4.7%
Key (black)32.9%
Color previews
#4daba3 text on a black background
contrast 7.67:1
Card sample
#4daba3 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4daba3;
Background color
Panel with #4daba3 background
background-color: #4daba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4daba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 171, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 171, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4daba3; background: linear-gradient(135deg, #4daba3, #4D74AB);