#5cb79c
a balanced, soft cyan · cool · closest name: turquoise
RGB
92, 183, 156
HSL
162°, 39%, 54%
CMYK
50, 0, 15, 28
Luminance
0.3854
Every format
| HEX | #5cb79c |
| RGB | rgb(92, 183, 156) |
| HSL | hsl(162, 39%, 54%) |
| CMYK | cmyk(50%, 0%, 15%, 28%) |
| LAB | lab(68.4 -33.8 5.4) |
| LCH | lch(68.4 34.2 170.9) |
| OKLCH | oklch(0.716 0.097 171.8) |
Copy-ready code
/* CSS */
color: #5cb79c;
background-color: #5cb79c;
/* Tailwind (arbitrary) */
class="text-[#5cb79c] bg-[#5cb79c]"
/* SCSS */
$brand: #5cb79c;
/* SwiftUI */
Color(red: 0.361, green: 0.718, blue: 0.612)
/* Android */
Color.parseColor("#5cb79c")Accessibility — WCAG contrast
Aa
#5cb79c on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cb79c on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green71.8%
Blue61.2%
CMYK percentages
Cyan49.7%
Magenta0.0%
Yellow14.8%
Key (black)28.2%
Color previews
#5cb79c text on a black background
contrast 8.71:1
Card sample
#5cb79c text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cb79c;
Background color
Panel with #5cb79c background
background-color: #5cb79c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cb79c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 183, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 183, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cb79c; background: linear-gradient(135deg, #5cb79c, #5C95B7);