#3f6f3f
a dark, soft green · cool · closest name: seagreen
RGB
63, 111, 63
HSL
120°, 28%, 34%
CMYK
43, 0, 43, 57
Luminance
0.1278
Every format
| HEX | #3f6f3f |
| RGB | rgb(63, 111, 63) |
| HSL | hsl(120, 28%, 34%) |
| CMYK | cmyk(43%, 0%, 43%, 57%) |
| LAB | lab(42.4 -27.1 21.7) |
| LCH | lch(42.4 34.8 141.3) |
| OKLCH | oklch(0.494 0.091 144.0) |
Copy-ready code
/* CSS */
color: #3f6f3f;
background-color: #3f6f3f;
/* Tailwind (arbitrary) */
class="text-[#3f6f3f] bg-[#3f6f3f]"
/* SCSS */
$brand: #3f6f3f;
/* SwiftUI */
Color(red: 0.247, green: 0.435, blue: 0.247)
/* Android */
Color.parseColor("#3f6f3f")Accessibility — WCAG contrast
Aa
#3f6f3f on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3f6f3f on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green43.5%
Blue24.7%
CMYK percentages
Cyan43.2%
Magenta0.0%
Yellow43.2%
Key (black)56.5%
Color previews
#3f6f3f text on a black background
contrast 3.56:1
Card sample
#3f6f3f text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f6f3f;
Background color
Panel with #3f6f3f background
background-color: #3f6f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f6f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 111, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 111, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f6f3f; background: linear-gradient(135deg, #3f6f3f, #3F6F5F);