Emerald
#32E75F
GreenColor Codes
All color formats for development
HEX
#32E75FRGB
rgb(50, 231, 95)HSL
hsl(135, 79%, 55%)OKLCH
oklch(0.814 0.228 146.8)CMYK
cmyk(78%, 0%, 59%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE24C
2#18C944
3#15B03B
4#129733
5#0F7E2A
6#0C6422
7#094B19
8#063211
9#031908
Tints
Lighter variations
1#46E96F
2#5BEC7F
3#6FEE8F
4#84F19F
5#98F3AF
6#ADF5BF
7#C1F8CF
8#D6FADF
9#EAFDEF
Tones
Muted variations
1#3BDE63
2#44D568
3#4DCC6D
4#56C371
5#5FBA76
6#68B17A
7#71A77F
8#7A9E83
9#839588
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3AD | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC82 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E75F | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C944 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A036 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7227 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094919 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF4;
--emerald-100: #DFFBE6;
--emerald-200: #C4F8D1;
--emerald-300: #96F3AD;
--emerald-400: #5FEC82;
--emerald-500: #32E75F;
--emerald-600: #18C944;
--emerald-700: #13A036;
--emerald-800: #0D7227;
--emerald-900: #094919;
--emerald-950: #052E0F;
}