Emerald
#32E7A1
GreenColor Codes
All color formats for development
HEX
#32E7A1RGB
rgb(50, 231, 161)HSL
hsl(157, 79%, 55%)OKLCH
oklch(0.825 0.172 161.2)CMYK
cmyk(78%, 0%, 30%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE295
2#18C985
3#15B074
4#129764
5#0F7E53
6#0C6442
7#094B32
8#063221
9#031911
Tints
Lighter variations
1#46E9AB
2#5BECB4
3#6FEEBD
4#84F1C7
5#98F3D0
6#ADF5DA
7#C1F8E3
8#D6FAEC
9#EAFDF6
Tones
Muted variations
1#3BDE9F
2#44D59D
3#4DCC9B
4#56C399
5#5FBA97
6#68B195
7#71A793
8#7A9E90
9#83958E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3CF | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECB6 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C985 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A06A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D724C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094930 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF0;
--emerald-200: #C4F8E4;
--emerald-300: #96F3CF;
--emerald-400: #5FECB6;
--emerald-500: #32E7A1;
--emerald-600: #18C985;
--emerald-700: #13A06A;
--emerald-800: #0D724C;
--emerald-900: #094930;
--emerald-950: #052E1E;
}