Emerald
#65E674
GreenColor Codes
All color formats for development
HEX
#65E674RGB
rgb(101, 230, 116)HSL
hsl(127, 72%, 65%)OKLCH
oklch(0.826 0.192 145.8)CMYK
cmyk(56%, 0%, 50%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E15B
2#2CDD41
3#20C834
4#1CAB2D
5#178F25
6#13721E
7#0E5616
8#09390F
9#051D07
Tints
Lighter variations
1#75E982
2#84EB90
3#94EE9E
4#A3F0AC
5#B2F3BA
6#C2F5C8
7#D1F8D5
8#E0FAE3
9#F0FDF1
Tones
Muted variations
1#6CE079
2#72D97E
3#79D383
4#7FCC88
5#86C68D
6#8CBF92
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 #C6F6CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA4 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E674 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF4D | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC132 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A28 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E1D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4612 | 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: #C6F6CC;
--emerald-300: #9AEFA4;
--emerald-400: #65E674;
--emerald-500: #3ADF4D;
--emerald-600: #1FC132;
--emerald-700: #199A28;
--emerald-800: #126E1D;
--emerald-900: #0B4612;
--emerald-950: #072C0B;
}