Emerald
#65E78C
GreenColor Codes
All color formats for development
HEX
#65E78CRGB
rgb(101, 231, 140)HSL
hsl(138, 73%, 65%)OKLCH
oklch(0.833 0.172 150.8)CMYK
cmyk(56%, 0%, 39%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E276
2#2BDE61
3#1FC952
4#1BAC46
5#168F3B
6#12732F
7#0D5623
8#093917
9#041D0C
Tints
Lighter variations
1#74E997
2#83ECA3
3#93EEAE
4#A2F1BA
5#B2F3C5
6#C1F5D1
7#D1F8DC
8#E0FAE8
9#F0FDF3
Tones
Muted variations
1#6BE08E
2#72DA91
3#78D394
4#7FCD96
5#85C699
6#8CC09B
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 | 65E7 #65E78C | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E06B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC24F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A3F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471D | 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: #65E78C;
--emerald-500: #38E06B;
--emerald-600: #1EC24F;
--emerald-700: #189A3F;
--emerald-800: #116E2D;
--emerald-900: #0B471D;
--emerald-950: #072C12;
}