Emerald
#67E489
GreenColor Codes
All color formats for development
HEX
#67E489RGB
rgb(103, 228, 137)HSL
hsl(136, 70%, 65%)OKLCH
oklch(0.826 0.17 150.1)CMYK
cmyk(55%, 0%, 40%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDF73
2#2FDA5D
3#23C54E
4#1EA943
5#198D38
6#14712D
7#0F5521
8#0A3816
9#051C0B
Tints
Lighter variations
1#76E794
2#86EAA0
3#95ECAC
4#A4EFB8
5#B3F2C4
6#C2F4D0
7#D1F7DB
8#E1FAE7
9#F0FCF3
Tones
Muted variations
1#6EDE8C
2#74D88E
3#7AD191
4#80CB94
5#87C597
6#8DBF9A
7#93B89D
8#99B2A0
9#A0ACA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDB1 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E489 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD67 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF4C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B983C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C2B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C451B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E1FAE7;
--emerald-200: #C7F5D3;
--emerald-300: #9BEDB1;
--emerald-400: #67E489;
--emerald-500: #3CDD67;
--emerald-600: #22BF4C;
--emerald-700: #1B983C;
--emerald-800: #136C2B;
--emerald-900: #0C451B;
--emerald-950: #082B11;
}