#3f9f60
a dark, soft green · cool · closest name: seagreen
RGB
63, 159, 96
HSL
141°, 43%, 44%
CMYK
60, 0, 40, 38
Luminance
0.2670
Every format
| HEX | #3f9f60 |
| RGB | rgb(63, 159, 96) |
| HSL | hsl(141, 43%, 44%) |
| CMYK | cmyk(60%, 0%, 40%, 38%) |
| LAB | lab(58.7 -42.7 24.7) |
| LCH | lch(58.7 49.3 150.0) |
| OKLCH | oklch(0.629 0.131 152.0) |
Copy-ready code
/* CSS */
color: #3f9f60;
background-color: #3f9f60;
/* Tailwind (arbitrary) */
class="text-[#3f9f60] bg-[#3f9f60]"
/* SCSS */
$brand: #3f9f60;
/* SwiftUI */
Color(red: 0.247, green: 0.624, blue: 0.376)
/* Android */
Color.parseColor("#3f9f60")Accessibility — WCAG contrast
Aa
#3f9f60 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f9f60 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green62.4%
Blue37.6%
CMYK percentages
Cyan60.4%
Magenta0.0%
Yellow39.6%
Key (black)37.6%
Color previews
#3f9f60 text on a black background
contrast 6.34:1
Card sample
#3f9f60 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f9f60;
Background color
Panel with #3f9f60 background
background-color: #3f9f60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f9f60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 159, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 159, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f9f60; background: linear-gradient(135deg, #3f9f60, #3F9E9F);