#4ba38d
a balanced, soft cyan · cool · closest name: teal
RGB
75, 163, 141
HSL
165°, 37%, 47%
CMYK
54, 0, 14, 36
Luminance
0.2961
Every format
| HEX | #4ba38d |
| RGB | rgb(75, 163, 141) |
| HSL | hsl(165, 37%, 47%) |
| CMYK | cmyk(54%, 0%, 14%, 36%) |
| LAB | lab(61.3 -31.9 3.4) |
| LCH | lch(61.3 32.1 173.9) |
| OKLCH | oklch(0.655 0.092 174.6) |
Copy-ready code
/* CSS */
color: #4ba38d;
background-color: #4ba38d;
/* Tailwind (arbitrary) */
class="text-[#4ba38d] bg-[#4ba38d]"
/* SCSS */
$brand: #4ba38d;
/* SwiftUI */
Color(red: 0.294, green: 0.639, blue: 0.553)
/* Android */
Color.parseColor("#4ba38d")Accessibility — WCAG contrast
Aa
#4ba38d on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba38d on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.9%
Blue55.3%
CMYK percentages
Cyan54.0%
Magenta0.0%
Yellow13.5%
Key (black)36.1%
Color previews
#4ba38d text on a black background
contrast 6.92:1
Card sample
#4ba38d text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba38d;
Background color
Panel with #4ba38d background
background-color: #4ba38d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba38d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 163, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 163, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba38d; background: linear-gradient(135deg, #4ba38d, #4B7EA3);