#3fcb7f
a balanced, vivid green · cool · closest name: seagreen
RGB
63, 203, 127
HSL
147°, 57%, 52%
CMYK
69, 0, 37, 20
Luminance
0.4530
Every format
| HEX | #3fcb7f |
| RGB | rgb(63, 203, 127) |
| HSL | hsl(147, 57%, 52%) |
| CMYK | cmyk(69%, 0%, 37%, 20%) |
| LAB | lab(73.1 -54.4 27.4) |
| LCH | lch(73.1 60.9 153.3) |
| OKLCH | oklch(0.749 0.162 155.0) |
Copy-ready code
/* CSS */
color: #3fcb7f;
background-color: #3fcb7f;
/* Tailwind (arbitrary) */
class="text-[#3fcb7f] bg-[#3fcb7f]"
/* SCSS */
$brand: #3fcb7f;
/* SwiftUI */
Color(red: 0.247, green: 0.796, blue: 0.498)
/* Android */
Color.parseColor("#3fcb7f")Accessibility — WCAG contrast
Aa
#3fcb7f on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fcb7f on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green79.6%
Blue49.8%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow37.4%
Key (black)20.4%
Color previews
#3fcb7f text on a black background
contrast 10.06:1
Card sample
#3fcb7f text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fcb7f;
Background color
Panel with #3fcb7f background
background-color: #3fcb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fcb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 203, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 203, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fcb7f; background: linear-gradient(135deg, #3fcb7f, #3FBACB);