Emerald
#32E765
GreenColor Codes
All color formats for development
HEX
#32E765RGB
rgb(50, 231, 101)HSL
hsl(137, 79%, 55%)OKLCH
oklch(0.814 0.223 147.6)CMYK
cmyk(78%, 0%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE253
2#18C94A
3#15B041
4#129737
5#0F7E2E
6#0C6425
7#094B1C
8#063212
9#031909
Tints
Lighter variations
1#46E974
2#5BEC84
3#6FEE93
4#84F1A3
5#98F3B2
6#ADF5C1
7#C1F8D1
8#D6FAE0
9#EAFDF0
Tones
Muted variations
1#3BDE69
2#44D56D
3#4DCC71
4#56C375
5#5FBA79
6#68B17D
7#71A780
8#7A9E84
9#839588
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B0 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC87 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E765 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C94A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A03B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D722A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF5;
--emerald-100: #DFFBE7;
--emerald-200: #C4F8D3;
--emerald-300: #96F3B0;
--emerald-400: #5FEC87;
--emerald-500: #32E765;
--emerald-600: #18C94A;
--emerald-700: #13A03B;
--emerald-800: #0D722A;
--emerald-900: #09491B;
--emerald-950: #052E11;
}