Emerald
#67E491
GreenColor Codes
All color formats for development
HEX
#67E491RGB
rgb(103, 228, 145)HSL
hsl(140, 70%, 65%)OKLCH
oklch(0.827 0.162 152.2)CMYK
cmyk(55%, 0%, 36%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDF7C
2#2FDA68
3#23C559
4#1EA94C
5#198D40
6#147133
7#0F5526
8#0A3819
9#051C0D
Tints
Lighter variations
1#76E79C
2#86EAA7
3#95ECB2
4#A4EFBD
5#B3F2C8
6#C2F4D3
7#D1F7DE
8#E1FAE9
9#F0FCF4
Tones
Muted variations
1#6EDE93
2#74D895
3#7AD197
4#80CB99
5#87C59B
6#8DBF9D
7#93B8A0
8#99B2A2
9#A0ACA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDB7 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E491 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD71 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF56 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9844 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C31 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C451F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E1FAE9;
--emerald-200: #C7F5D6;
--emerald-300: #9BEDB7;
--emerald-400: #67E491;
--emerald-500: #3CDD71;
--emerald-600: #22BF56;
--emerald-700: #1B9844;
--emerald-800: #136C31;
--emerald-900: #0C451F;
--emerald-950: #082B14;
}