#4fac8f
a balanced, soft cyan · cool · closest name: seagreen
RGB
79, 172, 143
HSL
161°, 37%, 49%
CMYK
54, 0, 17, 33
Luminance
0.3315
Every format
| HEX | #4fac8f |
| RGB | rgb(79, 172, 143) |
| HSL | hsl(161, 37%, 49%) |
| CMYK | cmyk(54%, 0%, 17%, 33%) |
| LAB | lab(64.3 -34.8 6.6) |
| LCH | lch(64.3 35.4 169.3) |
| OKLCH | oklch(0.680 0.099 170.2) |
Copy-ready code
/* CSS */
color: #4fac8f;
background-color: #4fac8f;
/* Tailwind (arbitrary) */
class="text-[#4fac8f] bg-[#4fac8f]"
/* SCSS */
$brand: #4fac8f;
/* SwiftUI */
Color(red: 0.310, green: 0.675, blue: 0.561)
/* Android */
Color.parseColor("#4fac8f")Accessibility — WCAG contrast
Aa
#4fac8f on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fac8f on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.5%
Blue56.1%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow16.9%
Key (black)32.5%
Color previews
#4fac8f text on a black background
contrast 7.63:1
Card sample
#4fac8f text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fac8f;
Background color
Panel with #4fac8f background
background-color: #4fac8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fac8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 172, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 172, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fac8f; background: linear-gradient(135deg, #4fac8f, #4F8BAC);