#2f765f
a dark, soft cyan · cool · closest name: teal
RGB
47, 118, 95
HSL
161°, 43%, 32%
CMYK
60, 0, 20, 54
Luminance
0.1439
Every format
| HEX | #2f765f |
| RGB | rgb(47, 118, 95) |
| HSL | hsl(161, 43%, 32%) |
| CMYK | cmyk(60%, 0%, 20%, 54%) |
| LAB | lab(44.8 -28.2 6.1) |
| LCH | lch(44.8 28.9 167.8) |
| OKLCH | oklch(0.514 0.081 168.8) |
Copy-ready code
/* CSS */
color: #2f765f;
background-color: #2f765f;
/* Tailwind (arbitrary) */
class="text-[#2f765f] bg-[#2f765f]"
/* SCSS */
$brand: #2f765f;
/* SwiftUI */
Color(red: 0.184, green: 0.463, blue: 0.373)
/* Android */
Color.parseColor("#2f765f")Accessibility — WCAG contrast
Aa
#2f765f on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f765f on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green46.3%
Blue37.3%
CMYK percentages
Cyan60.2%
Magenta0.0%
Yellow19.5%
Key (black)53.7%
Color previews
#2f765f text on a black background
contrast 3.88:1
Card sample
#2f765f text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f765f;
Background color
Panel with #2f765f background
background-color: #2f765f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f765f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 118, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 118, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f765f; background: linear-gradient(135deg, #2f765f, #2F5E76);