Emerald
#3CDD47
GreenColor Codes
All color formats for development
HEX
#3CDD47RGB
rgb(60, 221, 71)HSL
hsl(124, 70%, 55%)OKLCH
oklch(0.787 0.231 143.8)CMYK
cmyk(73%, 0%, 68%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26D732
2#22BF2C
3#1DA727
4#198F21
5#15771C
6#115F16
7#0D4811
8#08300B
9#041806
Tints
Lighter variations
1#4FE059
2#63E36C
3#76E77E
4#8AEA90
5#9DEEA3
6#B1F1B5
7#C4F5C8
8#D8F8DA
9#EBFCED
Tones
Muted variations
1#44D54E
2#4CCD55
3#54C45C
4#5CBC62
5#64B469
6#6CAC70
7#74A477
8#7C9C7E
9#849485
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDA1 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E470 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD47 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF2C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9823 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C19 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4510 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF3;
--emerald-100: #E1FAE2;
--emerald-200: #C7F5CA;
--emerald-300: #9BEDA1;
--emerald-400: #67E470;
--emerald-500: #3CDD47;
--emerald-600: #22BF2C;
--emerald-700: #1B9823;
--emerald-800: #136C19;
--emerald-900: #0C4510;
--emerald-950: #082B0A;
}