Emerald
#65E78A
GreenColor Codes
All color formats for development
HEX
#65E78ARGB
rgb(101, 231, 138)HSL
hsl(137, 73%, 65%)OKLCH
oklch(0.832 0.174 150.3)CMYK
cmyk(56%, 0%, 40%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E274
2#2BDE5E
3#1FC94F
4#1BAC44
5#168F39
6#12732D
7#0D5622
8#093917
9#041D0B
Tints
Lighter variations
1#74E995
2#83ECA1
3#93EEAD
4#A2F1B9
5#B2F3C4
6#C1F5D0
7#D1F8DC
8#E0FAE8
9#F0FDF3
Tones
Muted variations
1#6BE08C
2#72DA8F
3#78D392
4#7FCD95
5#85C698
6#8CC09A
7#92B99D
8#99B3A0
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 #C6F6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB2 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E78A | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E068 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC24D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E0FAE8;
--emerald-200: #C6F6D3;
--emerald-300: #9AEFB2;
--emerald-400: #65E78A;
--emerald-500: #38E068;
--emerald-600: #1EC24D;
--emerald-700: #189A3D;
--emerald-800: #116E2C;
--emerald-900: #0B471C;
--emerald-950: #072C11;
}