Emerald
#65E765
GreenColor Codes
All color formats for development
HEX
#65E765RGB
rgb(101, 231, 101)HSL
hsl(120, 73%, 65%)OKLCH
oklch(0.827 0.206 143.4)CMYK
cmyk(56%, 0%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E248
2#2BDE2B
3#1FC91F
4#1BAC1B
5#168F16
6#127312
7#0D560D
8#093909
9#041D04
Tints
Lighter variations
1#74E974
2#83EC83
3#93EE93
4#A2F1A2
5#B2F3B2
6#C1F5C1
7#D1F8D1
8#E0FAE0
9#F0FDF0
Tones
Muted variations
1#6BE06B
2#72DA72
3#78D378
4#7FCD7F
5#85C685
6#8CC08C
7#92B992
8#99B399
9#9FAC9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEF9A | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E765 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E038 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC21E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B470B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF2;
--emerald-100: #E0FAE0;
--emerald-200: #C6F6C6;
--emerald-300: #9AEF9A;
--emerald-400: #65E765;
--emerald-500: #38E038;
--emerald-600: #1EC21E;
--emerald-700: #189A18;
--emerald-800: #116E11;
--emerald-900: #0B470B;
--emerald-950: #072C07;
}