Emerald
#65E699
GreenColor Codes
All color formats for development
HEX
#65E699RGB
rgb(101, 230, 153)HSL
hsl(144, 72%, 65%)OKLCH
oklch(0.833 0.159 154.6)CMYK
cmyk(56%, 0%, 33%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E186
2#2CDD73
3#20C863
4#1CAB55
5#178F47
6#137239
7#0E562B
8#09391C
9#051D0E
Tints
Lighter variations
1#75E9A3
2#84EBAD
3#94EEB8
4#A3F0C2
5#B2F3CC
6#C2F5D6
7#D1F8E0
8#E0FAEB
9#F0FDF5
Tones
Muted variations
1#6CE09A
2#72D99B
3#79D39D
4#7FCC9E
5#86C69F
6#8CBFA1
7#92B9A2
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 #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBC | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E699 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF7C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC160 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4623 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FAEB;
--emerald-200: #C6F6D9;
--emerald-300: #9AEFBC;
--emerald-400: #65E699;
--emerald-500: #3ADF7C;
--emerald-600: #1FC160;
--emerald-700: #199A4C;
--emerald-800: #126E37;
--emerald-900: #0B4623;
--emerald-950: #072C16;
}