Emerald
#15CB9B
GreenColor Codes
All color formats for development
HEX
#15CB9BRGB
rgb(21, 203, 155)HSL
hsl(164, 81%, 44%)OKLCH
oklch(0.749 0.149 167.8)CMYK
cmyk(90%, 0%, 24%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B78B
2#11A27C
3#0F8E6C
4#0D7A5D
5#0B664D
6#09513E
7#063D2E
8#04291F
9#02140F
Tints
Lighter variations
1#18E5AE
2#30E9B8
3#4AECC1
4#64EFCA
5#7EF1D3
6#98F4DB
7#B1F7E4
8#CBFAED
9#E5FCF6
Tones
Muted variations
1#1EC296
2#27B992
3#31B08E
4#3AA78A
5#439E85
6#4C9581
7#558B7D
8#5E8279
9#677974
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DB | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEC7 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A27B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7358 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A38 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFA;
--emerald-100: #DFFCF4;
--emerald-200: #C3F9EA;
--emerald-300: #95F4DB;
--emerald-400: #5DEEC7;
--emerald-500: #2FE9B8;
--emerald-600: #15CB9B;
--emerald-700: #11A27B;
--emerald-800: #0C7358;
--emerald-900: #084A38;
--emerald-950: #052E23;
}