Emerald
#32E744
GreenColor Codes
All color formats for development
HEX
#32E744RGB
rgb(50, 231, 68)HSL
hsl(126, 79%, 55%)OKLCH
oklch(0.811 0.246 144)CMYK
cmyk(78%, 0%, 71%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BE22E
2#18C929
3#15B024
4#12971F
5#0F7E1A
6#0C6415
7#094B0F
8#06320A
9#031905
Tints
Lighter variations
1#46E956
2#5BEC69
3#6FEE7C
4#84F18F
5#98F3A1
6#ADF5B4
7#C1F8C7
8#D6FADA
9#EAFDEC
Tones
Muted variations
1#3BDE4B
2#44D552
3#4DCC59
4#56C361
5#5FBA68
6#68B16F
7#71A776
8#7A9E7E
9#839585
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F39F | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC6D | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E744 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C929 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A021 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7217 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF3;
--emerald-100: #DFFBE2;
--emerald-200: #C4F8C9;
--emerald-300: #96F39F;
--emerald-400: #5FEC6D;
--emerald-500: #32E744;
--emerald-600: #18C929;
--emerald-700: #13A021;
--emerald-800: #0D7217;
--emerald-900: #09490F;
--emerald-950: #052E09;
}