#5f8f7f
a balanced, soft cyan · cool · closest name: teal
RGB
95, 143, 127
HSL
160°, 20%, 47%
CMYK
34, 0, 11, 44
Luminance
0.2361
Every format
| HEX | #5f8f7f |
| RGB | rgb(95, 143, 127) |
| HSL | hsl(160, 20%, 47%) |
| CMYK | cmyk(34%, 0%, 11%, 44%) |
| LAB | lab(55.7 -19.9 3.4) |
| LCH | lch(55.7 20.2 170.4) |
| OKLCH | oklch(0.611 0.058 171.4) |
Copy-ready code
/* CSS */
color: #5f8f7f;
background-color: #5f8f7f;
/* Tailwind (arbitrary) */
class="text-[#5f8f7f] bg-[#5f8f7f]"
/* SCSS */
$brand: #5f8f7f;
/* SwiftUI */
Color(red: 0.373, green: 0.561, blue: 0.498)
/* Android */
Color.parseColor("#5f8f7f")Accessibility — WCAG contrast
Aa
#5f8f7f on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f8f7f on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green56.1%
Blue49.8%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow11.2%
Key (black)43.9%
Color previews
#5f8f7f text on a black background
contrast 5.72:1
Card sample
#5f8f7f text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f8f7f;
Background color
Panel with #5f8f7f background
background-color: #5f8f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f8f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 143, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 143, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f8f7f; background: linear-gradient(135deg, #5f8f7f, #5F7F8F);