#5cad99
a balanced, soft cyan · cool · closest name: teal
RGB
92, 173, 153
HSL
165°, 33%, 52%
CMYK
47, 0, 12, 32
Luminance
0.3446
Every format
| HEX | #5cad99 |
| RGB | rgb(92, 173, 153) |
| HSL | hsl(165, 33%, 52%) |
| CMYK | cmyk(47%, 0%, 12%, 32%) |
| LAB | lab(65.3 -29.7 2.6) |
| LCH | lch(65.3 29.9 175.0) |
| OKLCH | oklch(0.690 0.086 175.7) |
Copy-ready code
/* CSS */
color: #5cad99;
background-color: #5cad99;
/* Tailwind (arbitrary) */
class="text-[#5cad99] bg-[#5cad99]"
/* SCSS */
$brand: #5cad99;
/* SwiftUI */
Color(red: 0.361, green: 0.678, blue: 0.600)
/* Android */
Color.parseColor("#5cad99")Accessibility — WCAG contrast
Aa
#5cad99 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cad99 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green67.8%
Blue60.0%
CMYK percentages
Cyan46.8%
Magenta0.0%
Yellow11.6%
Key (black)32.2%
Color previews
#5cad99 text on a black background
contrast 7.89:1
Card sample
#5cad99 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cad99;
Background color
Panel with #5cad99 background
background-color: #5cad99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cad99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 173, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 173, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cad99; background: linear-gradient(135deg, #5cad99, #5C8BAD);