Emerald
#22F79A
GreenColor Codes
All color formats for development
HEX
#22F79ARGB
rgb(34, 247, 154)HSL
hsl(154, 93%, 55%)OKLCH
oklch(0.861 0.2 156.8)CMYK
cmyk(86%, 0%, 38%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F48E
2#08D97E
3#07BD6E
4#06A25F
5#05874F
6#046C3F
7#03512F
8#023620
9#011B10
Tints
Lighter variations
1#38F8A5
2#4EF9AF
3#64F9B9
4#7AFAC3
5#90FBCD
6#A6FCD7
7#BDFDE1
8#D3FDEB
9#E9FEF5
Tones
Muted variations
1#2CEC99
2#37E298
3#42D796
4#4CCC95
5#57C293
6#62B792
7#6CAC91
8#77A28F
9#82978E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBCC | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9B1 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F79A | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D97E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEF8;
--emerald-100: #DDFEEF;
--emerald-200: #BFFDE2;
--emerald-300: #8EFBCC;
--emerald-400: #53F9B1;
--emerald-500: #22F79A;
--emerald-600: #08D97E;
--emerald-700: #06AC64;
--emerald-800: #047B48;
--emerald-900: #034F2E;
--emerald-950: #02311D;
}