Emerald
#32E7AD
GreenColor Codes
All color formats for development
HEX
#32E7ADRGB
rgb(50, 231, 173)HSL
hsl(161, 79%, 55%)OKLCH
oklch(0.827 0.162 165.5)CMYK
cmyk(78%, 0%, 25%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE2A3
2#18C991
3#15B07F
4#12976D
5#0F7E5A
6#0C6448
7#094B36
8#063224
9#031912
Tints
Lighter variations
1#46E9B6
2#5BECBE
3#6FEEC6
4#84F1CE
5#98F3D6
6#ADF5DE
7#C1F8E7
8#D6FAEF
9#EAFDF7
Tones
Muted variations
1#3BDEAA
2#44D5A7
3#4DCCA4
4#56C3A0
5#5FBA9D
6#68B19A
7#71A796
8#7A9E93
9#839590
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3D5 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC0 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C991 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094935 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF2;
--emerald-200: #C4F8E7;
--emerald-300: #96F3D5;
--emerald-400: #5FECC0;
--emerald-500: #32E7AD;
--emerald-600: #18C991;
--emerald-700: #13A073;
--emerald-800: #0D7252;
--emerald-900: #094935;
--emerald-950: #052E21;
}