Emerald
#65E774
GreenColor Codes
All color formats for development
HEX
#65E774RGB
rgb(101, 231, 116)HSL
hsl(127, 73%, 65%)OKLCH
oklch(0.829 0.194 145.7)CMYK
cmyk(56%, 0%, 50%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E25A
2#2BDE40
3#1FC933
4#1BAC2C
5#168F24
6#12731D
7#0D5616
8#09390F
9#041D07
Tints
Lighter variations
1#74E982
2#83EC90
3#93EE9E
4#A2F1AB
5#B2F3B9
6#C1F5C7
7#D1F8D5
8#E0FAE3
9#F0FDF1
Tones
Muted variations
1#6BE079
2#72DA7E
3#78D383
4#7FCD88
5#85C68D
6#8CC092
7#92B997
8#99B39C
9#9FACA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA4 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E774 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E04C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC231 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A27 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E1C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4712 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF3;
--emerald-100: #E0FAE3;
--emerald-200: #C6F6CB;
--emerald-300: #9AEFA4;
--emerald-400: #65E774;
--emerald-500: #38E04C;
--emerald-600: #1EC231;
--emerald-700: #189A27;
--emerald-800: #116E1C;
--emerald-900: #0B4712;
--emerald-950: #072C0B;
}