Emerald
#67E47E
GreenColor Codes
All color formats for development
HEX
#67E47ERGB
rgb(103, 228, 126)HSL
hsl(131, 70%, 65%)OKLCH
oklch(0.824 0.18 147.5)CMYK
cmyk(55%, 0%, 45%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDF66
2#2FDA4E
3#23C541
4#1EA937
5#198D2E
6#147125
7#0F551C
8#0A3812
9#051C09
Tints
Lighter variations
1#76E78B
2#86EA98
3#95ECA5
4#A4EFB2
5#B3F2BF
6#C2F4CB
7#D1F7D8
8#E1FAE5
9#F0FCF2
Tones
Muted variations
1#6EDE82
2#74D886
3#7AD18A
4#80CB8E
5#87C592
6#8DBF96
7#93B89A
8#99B29E
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 #C7F5CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDAA | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E47E | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD59 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF3E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9832 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C23 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4517 | 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: #C7F5CF;
--emerald-300: #9BEDAA;
--emerald-400: #67E47E;
--emerald-500: #3CDD59;
--emerald-600: #22BF3E;
--emerald-700: #1B9832;
--emerald-800: #136C23;
--emerald-900: #0C4517;
--emerald-950: #082B0E;
}