#3fac5f
a balanced, vivid green · cool · closest name: seagreen
RGB
63, 172, 95
HSL
138°, 46%, 46%
CMYK
63, 0, 45, 33
Luminance
0.3139
Every format
| HEX | #3fac5f |
| RGB | rgb(63, 172, 95) |
| HSL | hsl(138, 46%, 46%) |
| CMYK | cmyk(63%, 0%, 45%, 33%) |
| LAB | lab(62.8 -48.1 30.6) |
| LCH | lch(62.8 57.0 147.5) |
| OKLCH | oklch(0.663 0.150 149.9) |
Copy-ready code
/* CSS */
color: #3fac5f;
background-color: #3fac5f;
/* Tailwind (arbitrary) */
class="text-[#3fac5f] bg-[#3fac5f]"
/* SCSS */
$brand: #3fac5f;
/* SwiftUI */
Color(red: 0.247, green: 0.675, blue: 0.373)
/* Android */
Color.parseColor("#3fac5f")Accessibility — WCAG contrast
Aa
#3fac5f on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fac5f on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green67.5%
Blue37.3%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow44.8%
Key (black)32.5%
Color previews
#3fac5f text on a black background
contrast 7.28:1
Card sample
#3fac5f text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fac5f;
Background color
Panel with #3fac5f background
background-color: #3fac5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fac5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 172, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 172, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fac5f; background: linear-gradient(135deg, #3fac5f, #3FACA8);