Emerald
#67E47C
GreenColor Codes
All color formats for development
HEX
#67E47CRGB
rgb(103, 228, 124)HSL
hsl(130, 70%, 65%)OKLCH
oklch(0.823 0.182 147.1)CMYK
cmyk(55%, 0%, 46%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDF64
2#2FDA4B
3#23C53E
4#1EA935
5#198D2C
6#147123
7#0F551B
8#0A3812
9#051C09
Tints
Lighter variations
1#76E789
2#86EA96
3#95ECA3
4#A4EFB0
5#B3F2BE
6#C2F4CB
7#D1F7D8
8#E1FAE5
9#F0FCF2
Tones
Muted variations
1#6EDE80
2#74D884
3#7AD189
4#80CB8D
5#87C591
6#8DBF95
7#93B899
8#99B29D
9#A0ACA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDA9 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E47C | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD57 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF3C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9830 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C22 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4516 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF4;
--emerald-100: #E1FAE5;
--emerald-200: #C7F5CE;
--emerald-300: #9BEDA9;
--emerald-400: #67E47C;
--emerald-500: #3CDD57;
--emerald-600: #22BF3C;
--emerald-700: #1B9830;
--emerald-800: #136C22;
--emerald-900: #0C4516;
--emerald-950: #082B0E;
}