Emerald
#72DA72
GreenColor Codes
All color formats for development
HEX
#72DA72RGB
rgb(114, 218, 114)HSL
hsl(120, 58%, 65%)OKLCH
oklch(0.802 0.172 143.8)CMYK
cmyk(48%, 0%, 48%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D358
2#3ECC3E
3#31B731
4#2A9D2A
5#238323
6#1C691C
7#154F15
8#0E340E
9#071A07
Tints
Lighter variations
1#80DD80
2#8EE18E
3#9CE59C
4#AAE9AA
5#B8ECB8
6#C7F0C7
7#D5F4D5
8#E3F8E3
9#F1FBF1
Tones
Muted variations
1#77D477
2#7CCF7C
3#82CA82
4#87C587
5#8CC08C
6#91BA91
7#96B596
8#9BB09B
9#A1ABA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6A2 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA72 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF4A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB12F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B651B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114011 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E3F8E3;
--emerald-200: #CBF1CB;
--emerald-300: #A2E6A2;
--emerald-400: #72DA72;
--emerald-500: #4ACF4A;
--emerald-600: #2FB12F;
--emerald-700: #258D25;
--emerald-800: #1B651B;
--emerald-900: #114011;
--emerald-950: #0B280B;
}