#3f9060
a dark, soft green · cool · closest name: seagreen
RGB
63, 144, 96
HSL
144°, 39%, 41%
CMYK
56, 0, 33, 44
Luminance
0.2185
Every format
| HEX | #3f9060 |
| RGB | rgb(63, 144, 96) |
| HSL | hsl(144, 39%, 41%) |
| CMYK | cmyk(56%, 0%, 33%, 44%) |
| LAB | lab(53.9 -36.2 18.2) |
| LCH | lch(53.9 40.6 153.3) |
| OKLCH | oklch(0.590 0.109 155.0) |
Copy-ready code
/* CSS */
color: #3f9060;
background-color: #3f9060;
/* Tailwind (arbitrary) */
class="text-[#3f9060] bg-[#3f9060]"
/* SCSS */
$brand: #3f9060;
/* SwiftUI */
Color(red: 0.247, green: 0.565, blue: 0.376)
/* Android */
Color.parseColor("#3f9060")Accessibility — WCAG contrast
Aa
#3f9060 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f9060 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green56.5%
Blue37.6%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow33.3%
Key (black)43.5%
Color previews
#3f9060 text on a black background
contrast 5.37:1
Card sample
#3f9060 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f9060;
Background color
Panel with #3f9060 background
background-color: #3f9060;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f9060;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 144, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 144, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f9060; background: linear-gradient(135deg, #3f9060, #3F8A90);