Emerald
#32E747
GreenColor Codes
All color formats for development
HEX
#32E747RGB
rgb(50, 231, 71)HSL
hsl(127, 79%, 55%)OKLCH
oklch(0.811 0.244 144.2)CMYK
cmyk(78%, 0%, 69%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE232
2#18C92C
3#15B027
4#129721
5#0F7E1C
6#0C6416
7#094B11
8#06320B
9#031906
Tints
Lighter variations
1#46E959
2#5BEC6C
3#6FEE7E
4#84F190
5#98F3A3
6#ADF5B5
7#C1F8C8
8#D6FADA
9#EAFDED
Tones
Muted variations
1#3BDE4E
2#44D555
3#4DCC5C
4#56C363
5#5FBA69
6#68B170
7#71A777
8#7A9E7E
9#839585
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3A1 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC70 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E747 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C92C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A023 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7219 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094910 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF3;
--emerald-100: #DFFBE2;
--emerald-200: #C4F8CA;
--emerald-300: #96F3A1;
--emerald-400: #5FEC70;
--emerald-500: #32E747;
--emerald-600: #18C92C;
--emerald-700: #13A023;
--emerald-800: #0D7219;
--emerald-900: #094910;
--emerald-950: #052E0A;
}