#3f8d7e
a dark, soft cyan · cool · closest name: teal
RGB
63, 141, 126
HSL
169°, 38%, 40%
CMYK
55, 0, 11, 45
Luminance
0.2161
Every format
| HEX | #3f8d7e |
| RGB | rgb(63, 141, 126) |
| HSL | hsl(169, 38%, 40%) |
| CMYK | cmyk(55%, 0%, 11%, 45%) |
| LAB | lab(53.6 -27.8 0.7) |
| LCH | lch(53.6 27.8 178.5) |
| OKLCH | oklch(0.590 0.081 178.9) |
Copy-ready code
/* CSS */
color: #3f8d7e;
background-color: #3f8d7e;
/* Tailwind (arbitrary) */
class="text-[#3f8d7e] bg-[#3f8d7e]"
/* SCSS */
$brand: #3f8d7e;
/* SwiftUI */
Color(red: 0.247, green: 0.553, blue: 0.494)
/* Android */
Color.parseColor("#3f8d7e")Accessibility — WCAG contrast
Aa
#3f8d7e on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f8d7e on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green55.3%
Blue49.4%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow10.6%
Key (black)44.7%
Color previews
#3f8d7e text on a black background
contrast 5.32:1
Card sample
#3f8d7e text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f8d7e;
Background color
Panel with #3f8d7e background
background-color: #3f8d7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f8d7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 141, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 141, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f8d7e; background: linear-gradient(135deg, #3f8d7e, #3F688D);