Emerald
#15CB79
GreenColor Codes
All color formats for development
HEX
#15CB79RGB
rgb(21, 203, 121)HSL
hsl(153, 81%, 44%)OKLCH
oklch(0.742 0.178 155.6)CMYK
cmyk(90%, 0%, 40%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B76D
2#11A261
3#0F8E55
4#0D7A49
5#0B663D
6#095131
7#063D24
8#042918
9#02140C
Tints
Lighter variations
1#18E589
2#30E996
3#4AECA3
4#64EFB0
5#7EF1BD
6#98F4CB
7#B1F7D8
8#CBFAE5
9#E5FCF2
Tones
Muted variations
1#1EC278
2#27B977
3#31B077
4#3AA776
5#439E75
6#4C9574
7#558B73
8#5E8272
9#677971
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4C9 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEAD | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE996 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB79 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A260 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7345 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A2C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DFFCEF;
--emerald-200: #C3F9E1;
--emerald-300: #95F4C9;
--emerald-400: #5DEEAD;
--emerald-500: #2FE996;
--emerald-600: #15CB79;
--emerald-700: #11A260;
--emerald-800: #0C7345;
--emerald-900: #084A2C;
--emerald-950: #052E1C;
}