Emerald
#32E750
GreenColor Codes
All color formats for development
HEX
#32E750RGB
rgb(50, 231, 80)HSL
hsl(130, 79%, 55%)OKLCH
oklch(0.812 0.239 145.1)CMYK
cmyk(78%, 0%, 65%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE23C
2#18C935
3#15B02E
4#129728
5#0F7E21
6#0C641B
7#094B14
8#06320D
9#031907
Tints
Lighter variations
1#46E961
2#5BEC73
3#6FEE84
4#84F196
5#98F3A7
6#ADF5B9
7#C1F8CA
8#D6FADC
9#EAFDED
Tones
Muted variations
1#3BDE56
2#44D55C
3#4DCC62
4#56C368
5#5FBA6E
6#68B174
7#71A77A
8#7A9E80
9#839586
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3A5 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC77 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E750 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C935 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A02A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D721E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094913 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF3;
--emerald-100: #DFFBE4;
--emerald-200: #C4F8CC;
--emerald-300: #96F3A5;
--emerald-400: #5FEC77;
--emerald-500: #32E750;
--emerald-600: #18C935;
--emerald-700: #13A02A;
--emerald-800: #0D721E;
--emerald-900: #094913;
--emerald-950: #052E0C;
}