Emerald
#72DA9A
GreenColor Codes
All color formats for development
HEX
#72DA9ARGB
rgb(114, 218, 154)HSL
hsl(143, 58%, 65%)OKLCH
oklch(0.809 0.134 154.9)CMYK
cmyk(48%, 0%, 29%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D387
2#3ECC74
3#31B764
4#2A9D56
5#238348
6#1C6939
7#154F2B
8#0E341D
9#071A0E
Tints
Lighter variations
1#80DDA4
2#8EE1AE
3#9CE5B8
4#AAE9C2
5#B8ECCC
6#C7F0D6
7#D5F4E1
8#E3F8EB
9#F1FBF5
Tones
Muted variations
1#77D49B
2#7CCF9C
3#82CA9D
4#87C59F
5#8CC0A0
6#91BAA1
7#96B5A2
8#9BB0A3
9#A1ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6BC | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA9A | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB161 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6537 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114023 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F8EB;
--emerald-200: #CBF1D9;
--emerald-300: #A2E6BC;
--emerald-400: #72DA9A;
--emerald-500: #4ACF7D;
--emerald-600: #2FB161;
--emerald-700: #258D4D;
--emerald-800: #1B6537;
--emerald-900: #114023;
--emerald-950: #0B2816;
}