#5cad63
a balanced, soft green · cool · closest name: seagreen
RGB
92, 173, 99
HSL
125°, 33%, 52%
CMYK
47, 0, 43, 32
Luminance
0.3306
Every format
| HEX | #5cad63 |
| RGB | rgb(92, 173, 99) |
| HSL | hsl(125, 33%, 52%) |
| CMYK | cmyk(47%, 0%, 43%, 32%) |
| LAB | lab(64.2 -40.6 30.5) |
| LCH | lch(64.2 50.8 143.1) |
| OKLCH | oklch(0.677 0.133 145.7) |
Copy-ready code
/* CSS */
color: #5cad63;
background-color: #5cad63;
/* Tailwind (arbitrary) */
class="text-[#5cad63] bg-[#5cad63]"
/* SCSS */
$brand: #5cad63;
/* SwiftUI */
Color(red: 0.361, green: 0.678, blue: 0.388)
/* Android */
Color.parseColor("#5cad63")Accessibility — WCAG contrast
Aa
#5cad63 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cad63 on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green67.8%
Blue38.8%
CMYK percentages
Cyan46.8%
Magenta0.0%
Yellow42.8%
Key (black)32.2%
Color previews
#5cad63 text on a black background
contrast 7.61:1
Card sample
#5cad63 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cad63;
Background color
Panel with #5cad63 background
background-color: #5cad63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cad63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 173, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 173, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cad63; background: linear-gradient(135deg, #5cad63, #5CAD99);