Emerald
#32E79B
GreenColor Codes
All color formats for development
HEX
#32E79BRGB
rgb(50, 231, 155)HSL
hsl(155, 79%, 55%)OKLCH
oklch(0.823 0.177 159.3)CMYK
cmyk(78%, 0%, 33%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE28F
2#18C97F
3#15B06F
4#12975F
5#0F7E4F
6#0C643F
7#094B30
8#063220
9#031910
Tints
Lighter variations
1#46E9A5
2#5BECAF
3#6FEEB9
4#84F1C3
5#98F3CD
6#ADF5D7
7#C1F8E1
8#D6FAEB
9#EAFDF5
Tones
Muted variations
1#3BDE9A
2#44D598
3#4DCC97
4#56C395
5#5FBA94
6#68B192
7#71A791
8#7A9E8F
9#83958E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3CC | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECB2 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E79B | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C97F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A065 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7248 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBF0;
--emerald-200: #C4F8E2;
--emerald-300: #96F3CC;
--emerald-400: #5FECB2;
--emerald-500: #32E79B;
--emerald-600: #18C97F;
--emerald-700: #13A065;
--emerald-800: #0D7248;
--emerald-900: #09492E;
--emerald-950: #052E1D;
}