#5ccc7d
a balanced, vivid green · cool · closest name: seagreen
RGB
92, 204, 125
HSL
138°, 52%, 58%
CMYK
55, 0, 39, 20
Luminance
0.4694
Every format
| HEX | #5ccc7d |
| RGB | rgb(92, 204, 125) |
| HSL | hsl(138, 52%, 58%) |
| CMYK | cmyk(55%, 0%, 39%, 20%) |
| LAB | lab(74.2 -49.3 29.9) |
| LCH | lch(74.2 57.6 148.7) |
| OKLCH | oklch(0.760 0.153 150.8) |
Copy-ready code
/* CSS */
color: #5ccc7d;
background-color: #5ccc7d;
/* Tailwind (arbitrary) */
class="text-[#5ccc7d] bg-[#5ccc7d]"
/* SCSS */
$brand: #5ccc7d;
/* SwiftUI */
Color(red: 0.361, green: 0.800, blue: 0.490)
/* Android */
Color.parseColor("#5ccc7d")Accessibility — WCAG contrast
Aa
#5ccc7d on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ccc7d on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green80.0%
Blue49.0%
CMYK percentages
Cyan54.9%
Magenta0.0%
Yellow38.7%
Key (black)20.0%
Color previews
#5ccc7d text on a black background
contrast 10.39:1
Card sample
#5ccc7d text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ccc7d;
Background color
Panel with #5ccc7d background
background-color: #5ccc7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ccc7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 204, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 204, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ccc7d; background: linear-gradient(135deg, #5ccc7d, #5CCCC8);