Emerald
#15CB95
GreenColor Codes
All color formats for development
HEX
#15CB95RGB
rgb(21, 203, 149)HSL
hsl(162, 81%, 44%)OKLCH
oklch(0.748 0.154 165.2)CMYK
cmyk(90%, 0%, 27%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B786
2#11A277
3#0F8E68
4#0D7A59
5#0B664A
6#09513B
7#063D2D
8#04291E
9#02140F
Tints
Lighter variations
1#18E5A7
2#30E9B2
3#4AECBB
4#64EFC5
5#7EF1CF
6#98F4D8
7#B1F7E2
8#CBFAEC
9#E5FCF5
Tones
Muted variations
1#1EC291
2#27B98D
3#31B08A
4#3AA786
5#439E82
6#4C957F
7#558B7B
8#5E8277
9#677974
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4D7 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEC3 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A276 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7354 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A36 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFA;
--emerald-100: #DFFCF3;
--emerald-200: #C3F9E9;
--emerald-300: #95F4D7;
--emerald-400: #5DEEC3;
--emerald-500: #2FE9B1;
--emerald-600: #15CB95;
--emerald-700: #11A276;
--emerald-800: #0C7354;
--emerald-900: #084A36;
--emerald-950: #052E22;
}