Emerald
#32E74A
GreenColor Codes
All color formats for development
HEX
#32E74ARGB
rgb(50, 231, 74)HSL
hsl(128, 79%, 55%)OKLCH
oklch(0.811 0.243 144.5)CMYK
cmyk(78%, 0%, 68%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE235
2#18C92F
3#15B029
4#129723
5#0F7E1D
6#0C6418
7#094B12
8#06320C
9#031906
Tints
Lighter variations
1#46E95C
2#5BEC6E
3#6FEE80
4#84F192
5#98F3A4
6#ADF5B7
7#C1F8C9
8#D6FADB
9#EAFDED
Tones
Muted variations
1#3BDE50
2#44D557
3#4DCC5E
4#56C364
5#5FBA6B
6#68B172
7#71A778
8#7A9E7F
9#839586
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3A2 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC72 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E74A | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C92F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A026 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D721B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094911 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF3;
--emerald-100: #DFFBE3;
--emerald-200: #C4F8CB;
--emerald-300: #96F3A2;
--emerald-400: #5FEC72;
--emerald-500: #32E74A;
--emerald-600: #18C92F;
--emerald-700: #13A026;
--emerald-800: #0D721B;
--emerald-900: #094911;
--emerald-950: #052E0B;
}