Emerald
#22F793
GreenColor Codes
All color formats for development
HEX
#22F793RGB
rgb(34, 247, 147)HSL
hsl(152, 93%, 55%)OKLCH
oklch(0.86 0.206 155.2)CMYK
cmyk(86%, 0%, 40%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09F486
2#08D977
3#07BD68
4#06A259
5#05874A
6#046C3C
7#03512D
8#02361E
9#011B0F
Tints
Lighter variations
1#38F89E
2#4EF9A9
3#64F9B4
4#7AFABE
5#90FBC9
6#A6FCD4
7#BDFDDF
8#D3FDE9
9#E9FEF4
Tones
Muted variations
1#2CEC93
2#37E292
3#42D791
4#4CCC91
5#57C290
6#62B78F
7#6CAC8E
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 #DDFEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBC8 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9AB | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F793 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D977 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEF8;
--emerald-100: #DDFEEE;
--emerald-200: #BFFDE0;
--emerald-300: #8EFBC8;
--emerald-400: #53F9AB;
--emerald-500: #22F793;
--emerald-600: #08D977;
--emerald-700: #06AC5F;
--emerald-800: #047B44;
--emerald-900: #034F2B;
--emerald-950: #02311B;
}