Emerald
#15CB7C
GreenColor Codes
All color formats for development
HEX
#15CB7CRGB
rgb(21, 203, 124)HSL
hsl(154, 81%, 44%)OKLCH
oklch(0.742 0.175 156.5)CMYK
cmyk(90%, 0%, 39%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B770
2#11A263
3#0F8E57
4#0D7A4B
5#0B663E
6#095132
7#063D25
8#042919
9#02140C
Tints
Lighter variations
1#18E58C
2#30E999
3#4AECA6
4#64EFB3
5#7EF1BF
6#98F4CC
7#B1F7D9
8#CBFAE6
9#E5FCF2
Tones
Muted variations
1#1EC27B
2#27B97A
3#31B079
4#3AA777
5#439E76
6#4C9575
7#558B74
8#5E8273
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 #95F4CB | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEAF | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE999 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB7C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A2D | 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: #95F4CB;
--emerald-400: #5DEEAF;
--emerald-500: #2FE999;
--emerald-600: #15CB7C;
--emerald-700: #11A263;
--emerald-800: #0C7347;
--emerald-900: #084A2D;
--emerald-950: #052E1C;
}