Emerald
#72DA88
GreenColor Codes
All color formats for development
HEX
#72DA88RGB
rgb(114, 218, 136)HSL
hsl(133, 58%, 65%)OKLCH
oklch(0.805 0.151 148.9)CMYK
cmyk(48%, 0%, 38%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D372
2#3ECC5C
3#31B74E
4#2A9D43
5#238338
6#1C692D
7#154F21
8#0E3416
9#071A0B
Tints
Lighter variations
1#80DD94
2#8EE1A0
3#9CE5AC
4#AAE9B8
5#B8ECC4
6#C7F0D0
7#D5F4DB
8#E3F8E7
9#F1FBF3
Tones
Muted variations
1#77D48B
2#7CCF8E
3#82CA91
4#87C594
5#8CC097
6#91BA9A
7#96B59D
8#9BB0A0
9#A1ABA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA88 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF67 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB14B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B652B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2811 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E3F8E7;
--emerald-200: #CBF1D3;
--emerald-300: #A2E6B1;
--emerald-400: #72DA88;
--emerald-500: #4ACF67;
--emerald-600: #2FB14B;
--emerald-700: #258D3C;
--emerald-800: #1B652B;
--emerald-900: #11401B;
--emerald-950: #0B2811;
}