#3fac7c
a balanced, vivid green · cool · closest name: seagreen
RGB
63, 172, 124
HSL
154°, 46%, 46%
CMYK
63, 0, 28, 33
Luminance
0.3202
Every format
| HEX | #3fac7c |
| RGB | rgb(63, 172, 124) |
| HSL | hsl(154, 46%, 46%) |
| CMYK | cmyk(63%, 0%, 28%, 33%) |
| LAB | lab(63.4 -42.5 15.7) |
| LCH | lch(63.4 45.3 159.7) |
| OKLCH | oklch(0.669 0.123 161.0) |
Copy-ready code
/* CSS */
color: #3fac7c;
background-color: #3fac7c;
/* Tailwind (arbitrary) */
class="text-[#3fac7c] bg-[#3fac7c]"
/* SCSS */
$brand: #3fac7c;
/* SwiftUI */
Color(red: 0.247, green: 0.675, blue: 0.486)
/* Android */
Color.parseColor("#3fac7c")Accessibility — WCAG contrast
Aa
#3fac7c on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fac7c on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green67.5%
Blue48.6%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow27.9%
Key (black)32.5%
Color previews
#3fac7c text on a black background
contrast 7.40:1
Card sample
#3fac7c text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fac7c;
Background color
Panel with #3fac7c background
background-color: #3fac7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fac7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 172, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 172, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fac7c; background: linear-gradient(135deg, #3fac7c, #3F93AC);