Emerald
#65E688
GreenColor Codes
All color formats for development
HEX
#65E688RGB
rgb(101, 230, 136)HSL
hsl(136, 72%, 65%)OKLCH
oklch(0.83 0.174 149.9)CMYK
cmyk(56%, 0%, 41%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E172
2#2CDD5B
3#20C84D
4#1CAB42
5#178F37
6#13722C
7#0E5621
8#093916
9#051D0B
Tints
Lighter variations
1#75E994
2#84EBA0
3#94EEAC
4#A3F0B7
5#B2F3C3
6#C2F5CF
7#D1F8DB
8#E0FAE7
9#F0FDF3
Tones
Muted variations
1#6CE08B
2#72D98E
3#79D391
4#7FCC94
5#86C697
6#8CBF9A
7#92B99D
8#99B3A0
9#9FACA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB1 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E688 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF66 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC14B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B461B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E0FAE7;
--emerald-200: #C6F6D3;
--emerald-300: #9AEFB1;
--emerald-400: #65E688;
--emerald-500: #3ADF66;
--emerald-600: #1FC14B;
--emerald-700: #199A3B;
--emerald-800: #126E2A;
--emerald-900: #0B461B;
--emerald-950: #072C11;
}