Emerald
#50FBA9
GreenColor Codes
All color formats for development
HEX
#50FBA9RGB
rgb(80, 251, 169)HSL
hsl(151, 96%, 65%)OKLCH
oklch(0.881 0.181 158)CMYK
cmyk(68%, 0%, 33%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30FB99
2#0FFA89
3#05E378
4#04C367
5#03A256
6#038244
7#026133
8#014122
9#012011
Tints
Lighter variations
1#62FCB1
2#73FCBA
3#85FDC3
4#96FDCB
5#A8FDD4
6#B9FEDC
7#CBFEE5
8#DCFEEE
9#EEFFF6
Tones
Muted variations
1#59F3A8
2#61EAA8
3#6AE2A8
4#72D9A7
5#7BD1A7
6#83C8A7
7#8CBFA7
8#95B7A6
9#9DAEA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDC6 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBA9 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFA90 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC74 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D42 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02502A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF8;
--emerald-100: #DCFEEE;
--emerald-200: #BEFEDF;
--emerald-300: #8CFDC6;
--emerald-400: #50FBA9;
--emerald-500: #1EFA90;
--emerald-600: #04DC74;
--emerald-700: #04AF5C;
--emerald-800: #037D42;
--emerald-900: #02502A;
--emerald-950: #01321A;
}