Emerald
#61EA9F
GreenColor Codes
All color formats for development
HEX
#61EA9FRGB
rgb(97, 234, 159)HSL
hsl(147, 77%, 65%)OKLCH
oklch(0.842 0.161 156.3)CMYK
cmyk(59%, 0%, 32%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E78D
2#26E37B
3#1BCD6B
4#17B05C
5#13934C
6#0F753D
7#0B582E
8#083B1F
9#041D0F
Tints
Lighter variations
1#71EDA8
2#81EFB2
3#90F1BC
4#A0F3C5
5#B0F5CF
6#C0F7D9
7#D0F9E2
8#DFFBEC
9#EFFDF5
Tones
Muted variations
1#68E4A0
2#6FDDA0
3#76D6A1
4#7DCFA2
5#83C8A2
6#8AC1A3
7#91BAA4
8#98B3A4
9#9FADA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C0 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA9F | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E583 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC768 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F713B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094826 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF7;
--emerald-100: #DFFBEC;
--emerald-200: #C4F7DB;
--emerald-300: #97F2C0;
--emerald-400: #61EA9F;
--emerald-500: #34E583;
--emerald-600: #1AC768;
--emerald-700: #159E52;
--emerald-800: #0F713B;
--emerald-900: #094826;
--emerald-950: #062D18;
}