#5cd17f
a balanced, vivid green · cool · closest name: aquamarine
RGB
92, 209, 127
HSL
138°, 56%, 59%
CMYK
56, 0, 39, 18
Luminance
0.4941
Every format
| HEX | #5cd17f |
| RGB | rgb(92, 209, 127) |
| HSL | hsl(138, 56%, 59%) |
| CMYK | cmyk(56%, 0%, 39%, 18%) |
| LAB | lab(75.7 -50.9 31.0) |
| LCH | lch(75.7 59.6 148.7) |
| OKLCH | oklch(0.773 0.158 150.8) |
Copy-ready code
/* CSS */
color: #5cd17f;
background-color: #5cd17f;
/* Tailwind (arbitrary) */
class="text-[#5cd17f] bg-[#5cd17f]"
/* SCSS */
$brand: #5cd17f;
/* SwiftUI */
Color(red: 0.361, green: 0.820, blue: 0.498)
/* Android */
Color.parseColor("#5cd17f")Accessibility — WCAG contrast
Aa
#5cd17f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cd17f on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green82.0%
Blue49.8%
CMYK percentages
Cyan56.0%
Magenta0.0%
Yellow39.2%
Key (black)18.0%
Color previews
#5cd17f text on a black background
contrast 10.88:1
Card sample
#5cd17f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cd17f;
Background color
Panel with #5cd17f background
background-color: #5cd17f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cd17f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 209, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 209, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cd17f; background: linear-gradient(135deg, #5cd17f, #5CD1CD);