Emerald
#72DA8F
GreenColor Codes
All color formats for development
HEX
#72DA8FRGB
rgb(114, 218, 143)HSL
hsl(137, 58%, 65%)OKLCH
oklch(0.807 0.144 151.1)CMYK
cmyk(48%, 0%, 34%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D37B
2#3ECC66
3#31B757
4#2A9D4A
5#23833E
6#1C6932
7#154F25
8#0E3419
9#071A0C
Tints
Lighter variations
1#80DD9A
2#8EE1A6
3#9CE5B1
4#AAE9BC
5#B8ECC7
6#C7F0D2
7#D5F4DD
8#E3F8E9
9#F1FBF4
Tones
Muted variations
1#77D492
2#7CCF94
3#82CA96
4#87C598
5#8CC09B
6#91BA9D
7#96B59F
8#9BB0A1
9#A1ABA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B6 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA8F | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF6F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB154 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6530 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2813 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E3F8E9;
--emerald-200: #CBF1D6;
--emerald-300: #A2E6B6;
--emerald-400: #72DA8F;
--emerald-500: #4ACF6F;
--emerald-600: #2FB154;
--emerald-700: #258D43;
--emerald-800: #1B6530;
--emerald-900: #11401F;
--emerald-950: #0B2813;
}