#3fba8f
a balanced, vivid green · cool · closest name: seagreen
RGB
63, 186, 143
HSL
159°, 49%, 49%
CMYK
66, 0, 23, 27
Luminance
0.3816
Every format
| HEX | #3fba8f |
| RGB | rgb(63, 186, 143) |
| HSL | hsl(159, 49%, 49%) |
| CMYK | cmyk(66%, 0%, 23%, 27%) |
| LAB | lab(68.1 -44.2 12.0) |
| LCH | lch(68.1 45.8 164.8) |
| OKLCH | oklch(0.710 0.126 165.9) |
Copy-ready code
/* CSS */
color: #3fba8f;
background-color: #3fba8f;
/* Tailwind (arbitrary) */
class="text-[#3fba8f] bg-[#3fba8f]"
/* SCSS */
$brand: #3fba8f;
/* SwiftUI */
Color(red: 0.247, green: 0.729, blue: 0.561)
/* Android */
Color.parseColor("#3fba8f")Accessibility — WCAG contrast
Aa
#3fba8f on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fba8f on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green72.9%
Blue56.1%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow23.1%
Key (black)27.1%
Color previews
#3fba8f text on a black background
contrast 8.63:1
Card sample
#3fba8f text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fba8f;
Background color
Panel with #3fba8f background
background-color: #3fba8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fba8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 186, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 186, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fba8f; background: linear-gradient(135deg, #3fba8f, #3F93BA);