Emerald
#61EA8F
GreenColor Codes
All color formats for development
HEX
#61EA8FRGB
rgb(97, 234, 143)HSL
hsl(140, 77%, 65%)OKLCH
oklch(0.839 0.175 151.7)CMYK
cmyk(59%, 0%, 39%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E77A
2#26E365
3#1BCD56
4#17B04A
5#13933E
6#0F7531
7#0B5825
8#083B19
9#041D0C
Tints
Lighter variations
1#71ED9A
2#81EFA5
3#90F1B0
4#A0F3BC
5#B0F5C7
6#C0F7D2
7#D0F9DD
8#DFFBE9
9#EFFDF4
Tones
Muted variations
1#68E491
2#6FDD93
3#76D696
4#7DCF98
5#83C89A
6#8AC19D
7#91BA9F
8#98B3A1
9#9FADA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B5 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA8F | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E56F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC753 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F712F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09481E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF5;
--emerald-100: #DFFBE9;
--emerald-200: #C4F7D5;
--emerald-300: #97F2B5;
--emerald-400: #61EA8F;
--emerald-500: #34E56F;
--emerald-600: #1AC753;
--emerald-700: #159E42;
--emerald-800: #0F712F;
--emerald-900: #09481E;
--emerald-950: #062D13;
}