Emerald
#67E48B
GreenColor Codes
All color formats for development
HEX
#67E48BRGB
rgb(103, 228, 139)HSL
hsl(137, 70%, 65%)OKLCH
oklch(0.826 0.168 150.6)CMYK
cmyk(55%, 0%, 39%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDF75
2#2FDA5F
3#23C551
4#1EA945
5#198D3A
6#14712E
7#0F5523
8#0A3817
9#051C0C
Tints
Lighter variations
1#76E796
2#86EAA2
3#95ECAE
4#A4EFB9
5#B3F2C5
6#C2F4D0
7#D1F7DC
8#E1FAE8
9#F0FCF3
Tones
Muted variations
1#6EDE8D
2#74D890
3#7AD193
4#80CB96
5#87C598
6#8DBF9B
7#93B89E
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 #E1FAE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDB3 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E48B | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD69 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF4E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B983E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C451C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E1FAE8;
--emerald-200: #C7F5D4;
--emerald-300: #9BEDB3;
--emerald-400: #67E48B;
--emerald-500: #3CDD69;
--emerald-600: #22BF4E;
--emerald-700: #1B983E;
--emerald-800: #136C2C;
--emerald-900: #0C451C;
--emerald-950: #082B12;
}