#39715f
a dark, soft cyan · cool · closest name: teal
RGB
57, 113, 95
HSL
161°, 33%, 33%
CMYK
50, 0, 16, 56
Luminance
0.1351
Every format
| HEX | #39715f |
| RGB | rgb(57, 113, 95) |
| HSL | hsl(161, 33%, 33%) |
| CMYK | cmyk(50%, 0%, 16%, 56%) |
| LAB | lab(43.5 -23.2 4.3) |
| LCH | lch(43.5 23.6 169.4) |
| OKLCH | oklch(0.505 0.067 170.4) |
Copy-ready code
/* CSS */
color: #39715f;
background-color: #39715f;
/* Tailwind (arbitrary) */
class="text-[#39715f] bg-[#39715f]"
/* SCSS */
$brand: #39715f;
/* SwiftUI */
Color(red: 0.224, green: 0.443, blue: 0.373)
/* Android */
Color.parseColor("#39715f")Accessibility — WCAG contrast
Aa
#39715f on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#39715f on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green44.3%
Blue37.3%
CMYK percentages
Cyan49.6%
Magenta0.0%
Yellow15.9%
Key (black)55.7%
Color previews
#39715f text on a black background
contrast 3.70:1
Card sample
#39715f text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39715f;
Background color
Panel with #39715f background
background-color: #39715f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39715f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 113, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 113, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39715f; background: linear-gradient(135deg, #39715f, #395E71);