Emerald
#22F7AC
GreenColor Codes
All color formats for development
HEX
#22F7ACRGB
rgb(34, 247, 172)HSL
hsl(159, 93%, 55%)OKLCH
oklch(0.865 0.185 161.8)CMYK
cmyk(86%, 0%, 30%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F4A1
2#08D990
3#07BD7E
4#06A26C
5#05875A
6#046C48
7#035136
8#023624
9#011B12
Tints
Lighter variations
1#38F8B5
2#4EF9BD
3#64F9C5
4#7AFACD
5#90FBD6
6#A6FCDE
7#BDFDE6
8#D3FDEE
9#E9FEF7
Tones
Muted variations
1#2CECA9
2#37E2A6
3#42D7A3
4#4CCC9F
5#57C29C
6#62B799
7#6CAC96
8#77A293
9#82978F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD5 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9BF | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F34 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEF9;
--emerald-100: #DDFEF2;
--emerald-200: #BFFDE7;
--emerald-300: #8EFBD5;
--emerald-400: #53F9BF;
--emerald-500: #22F7AC;
--emerald-600: #08D990;
--emerald-700: #06AC72;
--emerald-800: #047B52;
--emerald-900: #034F34;
--emerald-950: #023121;
}