Emerald
#65E797
GreenColor Codes
All color formats for development
HEX
#65E797RGB
rgb(101, 231, 151)HSL
hsl(143, 73%, 65%)OKLCH
oklch(0.835 0.162 153.8)CMYK
cmyk(56%, 0%, 35%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E283
2#2BDE70
3#1FC960
4#1BAC53
5#168F45
6#127337
7#0D5629
8#09391C
9#041D0E
Tints
Lighter variations
1#74E9A1
2#83ECAB
3#93EEB6
4#A2F1C0
5#B2F3CB
6#C1F5D5
7#D1F8E0
8#E0FAEA
9#F0FDF5
Tones
Muted variations
1#6BE098
2#72DA9A
3#78D39B
4#7FCD9D
5#85C69E
6#8CC0A0
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 | 65E7 #65E797 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E079 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC25D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E35 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4722 | 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: #65E797;
--emerald-500: #38E079;
--emerald-600: #1EC25D;
--emerald-700: #189A4A;
--emerald-800: #116E35;
--emerald-900: #0B4722;
--emerald-950: #072C15;
}