#5c8a7a
a balanced, soft green · cool · closest name: teal
RGB
92, 138, 122
HSL
159°, 20%, 45%
CMYK
33, 0, 12, 46
Luminance
0.2186
Every format
| HEX | #5c8a7a |
| RGB | rgb(92, 138, 122) |
| HSL | hsl(159, 20%, 45%) |
| CMYK | cmyk(33%, 0%, 12%, 46%) |
| LAB | lab(53.9 -19.4 3.6) |
| LCH | lch(53.9 19.7 169.5) |
| OKLCH | oklch(0.595 0.056 170.6) |
Copy-ready code
/* CSS */
color: #5c8a7a;
background-color: #5c8a7a;
/* Tailwind (arbitrary) */
class="text-[#5c8a7a] bg-[#5c8a7a]"
/* SCSS */
$brand: #5c8a7a;
/* SwiftUI */
Color(red: 0.361, green: 0.541, blue: 0.478)
/* Android */
Color.parseColor("#5c8a7a")Accessibility — WCAG contrast
Aa
#5c8a7a on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5c8a7a on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green54.1%
Blue47.8%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow11.6%
Key (black)45.9%
Color previews
#5c8a7a text on a black background
contrast 5.37:1
Card sample
#5c8a7a text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c8a7a;
Background color
Panel with #5c8a7a background
background-color: #5c8a7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c8a7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 138, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 138, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c8a7a; background: linear-gradient(135deg, #5c8a7a, #5C7B8A);