Emerald
#60EB9A
GreenColor Codes
All color formats for development
HEX
#60EB9ARGB
rgb(96, 235, 154)HSL
hsl(145, 78%, 65%)OKLCH
oklch(0.844 0.167 154.7)CMYK
cmyk(59%, 0%, 34%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E887
2#25E475
3#1ACF65
4#16B157
5#129448
6#0F763A
7#0B592B
8#073B1D
9#041E0E
Tints
Lighter variations
1#70EDA4
2#80EFAE
3#90F1B8
4#A0F3C2
5#B0F5CD
6#BFF7D7
7#CFF9E1
8#DFFBEB
9#EFFDF5
Tones
Muted variations
1#67E49B
2#6EDD9C
3#75D69E
4#7CD09F
5#83C9A0
6#8AC2A1
7#91BBA2
8#98B4A3
9#9FADA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BD | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB9A | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E67D | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C862 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7137 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094923 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEB;
--emerald-200: #C4F8DA;
--emerald-300: #97F2BD;
--emerald-400: #60EB9A;
--emerald-500: #33E67D;
--emerald-600: #19C862;
--emerald-700: #149F4E;
--emerald-800: #0E7137;
--emerald-900: #094923;
--emerald-950: #062D16;
}