Emerald
#61EA8A
GreenColor Codes
All color formats for development
HEX
#61EA8ARGB
rgb(97, 234, 138)HSL
hsl(138, 77%, 65%)OKLCH
oklch(0.838 0.18 150.5)CMYK
cmyk(59%, 0%, 41%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E775
2#26E35F
3#1BCD50
4#17B045
5#139339
6#0F752E
7#0B5822
8#083B17
9#041D0B
Tints
Lighter variations
1#71ED96
2#81EFA2
3#90F1AD
4#A0F3B9
5#B0F5C5
6#C0F7D0
7#D0F9DC
8#DFFBE8
9#EFFDF3
Tones
Muted variations
1#68E48D
2#6FDD90
3#76D693
4#7DCF95
5#83C898
6#8AC19B
7#91BA9E
8#98B3A0
9#9FADA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B2 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA8A | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E569 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC74E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F712C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09481C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF5;
--emerald-100: #DFFBE8;
--emerald-200: #C4F7D4;
--emerald-300: #97F2B2;
--emerald-400: #61EA8A;
--emerald-500: #34E569;
--emerald-600: #1AC74E;
--emerald-700: #159E3E;
--emerald-800: #0F712C;
--emerald-900: #09481C;
--emerald-950: #062D12;
}