Emerald
#65E697
GreenColor Codes
All color formats for development
HEX
#65E697RGB
rgb(101, 230, 151)HSL
hsl(143, 72%, 65%)OKLCH
oklch(0.832 0.16 154)CMYK
cmyk(56%, 0%, 34%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E183
2#2CDD70
3#20C861
4#1CAB53
5#178F45
6#137237
7#0E5629
8#09391C
9#051D0E
Tints
Lighter variations
1#75E9A1
2#84EBAC
3#94EEB6
4#A3F0C0
5#B2F3CB
6#C2F5D5
7#D1F8E0
8#E0FAEA
9#F0FDF5
Tones
Muted variations
1#6CE098
2#72D99A
3#79D39B
4#7FCC9D
5#86C69E
6#8CBFA0
7#92B9A1
8#99B3A3
9#9FACA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBA | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E697 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF79 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC15D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E35 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4622 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FAEA;
--emerald-200: #C6F6D8;
--emerald-300: #9AEFBA;
--emerald-400: #65E697;
--emerald-500: #3ADF79;
--emerald-600: #1FC15D;
--emerald-700: #199A4A;
--emerald-800: #126E35;
--emerald-900: #0B4622;
--emerald-950: #072C15;
}