#4ba389
a balanced, soft cyan · cool · closest name: seagreen
RGB
75, 163, 137
HSL
162°, 37%, 47%
CMYK
54, 0, 16, 36
Luminance
0.2950
Every format
| HEX | #4ba389 |
| RGB | rgb(75, 163, 137) |
| HSL | hsl(162, 37%, 47%) |
| CMYK | cmyk(54%, 0%, 16%, 36%) |
| LAB | lab(61.2 -32.9 5.5) |
| LCH | lch(61.2 33.4 170.5) |
| OKLCH | oklch(0.654 0.094 171.4) |
Copy-ready code
/* CSS */
color: #4ba389;
background-color: #4ba389;
/* Tailwind (arbitrary) */
class="text-[#4ba389] bg-[#4ba389]"
/* SCSS */
$brand: #4ba389;
/* SwiftUI */
Color(red: 0.294, green: 0.639, blue: 0.537)
/* Android */
Color.parseColor("#4ba389")Accessibility — WCAG contrast
Aa
#4ba389 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba389 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.9%
Blue53.7%
CMYK percentages
Cyan54.0%
Magenta0.0%
Yellow16.0%
Key (black)36.1%
Color previews
#4ba389 text on a black background
contrast 6.90:1
Card sample
#4ba389 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba389;
Background color
Panel with #4ba389 background
background-color: #4ba389;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba389;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 163, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 163, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba389; background: linear-gradient(135deg, #4ba389, #4B82A3);