Emerald
#65E670
GreenColor Codes
All color formats for development
HEX
#65E670RGB
rgb(101, 230, 112)HSL
hsl(125, 72%, 65%)OKLCH
oklch(0.826 0.196 145.1)CMYK
cmyk(56%, 0%, 51%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E156
2#2CDD3B
3#20C82E
4#1CAB28
5#178F21
6#13721B
7#0E5614
8#09390D
9#051D07
Tints
Lighter variations
1#75E97E
2#84EB8D
3#94EE9B
4#A3F0A9
5#B2F3B8
6#C2F5C6
7#D1F8D4
8#E0FAE2
9#F0FDF1
Tones
Muted variations
1#6CE076
2#72D97B
3#79D380
4#7FCC86
5#86C68B
6#8CBF90
7#92B996
8#99B39B
9#9FACA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA1 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E670 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF47 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC12D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A24 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E1A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4610 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF3;
--emerald-100: #E0FAE2;
--emerald-200: #C6F6CA;
--emerald-300: #9AEFA1;
--emerald-400: #65E670;
--emerald-500: #3ADF47;
--emerald-600: #1FC12D;
--emerald-700: #199A24;
--emerald-800: #126E1A;
--emerald-900: #0B4610;
--emerald-950: #072C0A;
}