Emerald
#22F797
GreenColor Codes
All color formats for development
HEX
#22F797RGB
rgb(34, 247, 151)HSL
hsl(153, 93%, 55%)OKLCH
oklch(0.861 0.203 156.1)CMYK
cmyk(86%, 0%, 39%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F48A
2#08D97B
3#07BD6B
4#06A25C
5#05874D
6#046C3D
7#03512E
8#02361F
9#011B0F
Tints
Lighter variations
1#38F8A1
2#4EF9AC
3#64F9B6
4#7AFAC1
5#90FBCB
6#A6FCD5
7#BDFDE0
8#D3FDEA
9#E9FEF5
Tones
Muted variations
1#2CEC96
2#37E295
3#42D794
4#4CCC93
5#57C292
6#62B791
7#6CAC8F
8#77A28E
9#82978D
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 #BFFDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBCA | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9AE | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F797 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D97B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEF8;
--emerald-100: #DDFEEF;
--emerald-200: #BFFDE1;
--emerald-300: #8EFBCA;
--emerald-400: #53F9AE;
--emerald-500: #22F797;
--emerald-600: #08D97B;
--emerald-700: #06AC62;
--emerald-800: #047B46;
--emerald-900: #034F2D;
--emerald-950: #02311C;
}