#4ba39c
a balanced, soft cyan · cool · closest name: teal
RGB
75, 163, 156
HSL
175°, 37%, 47%
CMYK
54, 0, 4, 36
Luminance
0.3009
Every format
| HEX | #4ba39c |
| RGB | rgb(75, 163, 156) |
| HSL | hsl(175, 37%, 47%) |
| CMYK | cmyk(54%, 0%, 4%, 36%) |
| LAB | lab(61.7 -28.1 -4.4) |
| LCH | lch(61.7 28.4 188.9) |
| OKLCH | oklch(0.660 0.085 188.3) |
Copy-ready code
/* CSS */
color: #4ba39c;
background-color: #4ba39c;
/* Tailwind (arbitrary) */
class="text-[#4ba39c] bg-[#4ba39c]"
/* SCSS */
$brand: #4ba39c;
/* SwiftUI */
Color(red: 0.294, green: 0.639, blue: 0.612)
/* Android */
Color.parseColor("#4ba39c")Accessibility — WCAG contrast
Aa
#4ba39c on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ba39c on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.9%
Blue61.2%
CMYK percentages
Cyan54.0%
Magenta0.0%
Yellow4.3%
Key (black)36.1%
Color previews
#4ba39c text on a black background
contrast 7.02:1
Card sample
#4ba39c text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba39c;
Background color
Panel with #4ba39c background
background-color: #4ba39c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba39c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 163, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 163, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba39c; background: linear-gradient(135deg, #4ba39c, #4B6FA3);