Emerald
#32E73B
GreenColor Codes
All color formats for development
HEX
#32E73BRGB
rgb(50, 231, 59)HSL
hsl(123, 79%, 55%)OKLCH
oklch(0.81 0.251 143.3)CMYK
cmyk(78%, 0%, 74%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE224
2#18C920
3#15B01C
4#129718
5#0F7E14
6#0C6410
7#094B0C
8#063208
9#031904
Tints
Lighter variations
1#46E94E
2#5BEC62
3#6FEE76
4#84F189
5#98F39D
6#ADF5B0
7#C1F8C4
8#D6FAD8
9#EAFDEB
Tones
Muted variations
1#3BDE43
2#44D54B
3#4DCC53
4#56C35B
5#5FBA63
6#68B16C
7#71A774
8#7A9E7C
9#839584
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F39B | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC66 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E73B | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C920 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A01A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7212 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF2;
--emerald-100: #DFFBE0;
--emerald-200: #C4F8C6;
--emerald-300: #96F39B;
--emerald-400: #5FEC66;
--emerald-500: #32E73B;
--emerald-600: #18C920;
--emerald-700: #13A01A;
--emerald-800: #0D7212;
--emerald-900: #09490C;
--emerald-950: #052E07;
}