Emerald
#65E68C
GreenColor Codes
All color formats for development
HEX
#65E68CRGB
rgb(101, 230, 140)HSL
hsl(138, 72%, 65%)OKLCH
oklch(0.83 0.171 150.9)CMYK
cmyk(56%, 0%, 39%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E177
2#2CDD61
3#20C853
4#1CAB47
5#178F3B
6#13722F
7#0E5623
8#093918
9#051D0C
Tints
Lighter variations
1#75E998
2#84EBA3
3#94EEAF
4#A3F0BA
5#B2F3C6
6#C2F5D1
7#D1F8DD
8#E0FAE8
9#F0FDF4
Tones
Muted variations
1#6CE08F
2#72D991
3#79D394
4#7FCC96
5#86C699
6#8CBF9B
7#92B99E
8#99B3A1
9#9FACA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB3 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E68C | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF6B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC150 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B461D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E0FAE8;
--emerald-200: #C6F6D4;
--emerald-300: #9AEFB3;
--emerald-400: #65E68C;
--emerald-500: #3ADF6B;
--emerald-600: #1FC150;
--emerald-700: #199A40;
--emerald-800: #126E2D;
--emerald-900: #0B461D;
--emerald-950: #072C12;
}