#3f7e69
a dark, soft cyan · cool · closest name: teal
RGB
63, 126, 105
HSL
160°, 33%, 37%
CMYK
50, 0, 17, 51
Luminance
0.1700
Every format
| HEX | #3f7e69 |
| RGB | rgb(63, 126, 105) |
| HSL | hsl(160, 33%, 37%) |
| CMYK | cmyk(50%, 0%, 17%, 51%) |
| LAB | lab(48.3 -25.7 5.2) |
| LCH | lch(48.3 26.3 168.5) |
| OKLCH | oklch(0.545 0.074 169.5) |
Copy-ready code
/* CSS */
color: #3f7e69;
background-color: #3f7e69;
/* Tailwind (arbitrary) */
class="text-[#3f7e69] bg-[#3f7e69]"
/* SCSS */
$brand: #3f7e69;
/* SwiftUI */
Color(red: 0.247, green: 0.494, blue: 0.412)
/* Android */
Color.parseColor("#3f7e69")Accessibility — WCAG contrast
Aa
#3f7e69 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3f7e69 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green49.4%
Blue41.2%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow16.7%
Key (black)50.6%
Color previews
#3f7e69 text on a black background
contrast 4.40:1
Card sample
#3f7e69 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f7e69;
Background color
Panel with #3f7e69 background
background-color: #3f7e69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f7e69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 126, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 126, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f7e69; background: linear-gradient(135deg, #3f7e69, #3F697E);