Emerald
#65E692
GreenColor Codes
All color formats for development
HEX
#65E692RGB
rgb(101, 230, 146)HSL
hsl(141, 72%, 65%)OKLCH
oklch(0.831 0.165 152.5)CMYK
cmyk(56%, 0%, 37%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E17E
2#2CDD6A
3#20C85B
4#1CAB4E
5#178F41
6#137234
7#0E5627
8#09391A
9#051D0D
Tints
Lighter variations
1#75E99D
2#84EBA8
3#94EEB3
4#A3F0BE
5#B2F3C9
6#C2F5D4
7#D1F8DE
8#E0FAE9
9#F0FDF4
Tones
Muted variations
1#6CE094
2#72D996
3#79D398
4#7FCC9A
5#86C69C
6#8CBF9E
7#92B9A0
8#99B3A2
9#9FACA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB8 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E692 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF73 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC158 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A46 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E32 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4620 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FAE9;
--emerald-200: #C6F6D7;
--emerald-300: #9AEFB8;
--emerald-400: #65E692;
--emerald-500: #3ADF73;
--emerald-600: #1FC158;
--emerald-700: #199A46;
--emerald-800: #126E32;
--emerald-900: #0B4620;
--emerald-950: #072C14;
}