Emerald
#65E6A1
GreenColor Codes
All color formats for development
HEX
#65E6A1RGB
rgb(101, 230, 161)HSL
hsl(148, 72%, 65%)OKLCH
oklch(0.835 0.152 157.3)CMYK
cmyk(56%, 0%, 30%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E190
2#2CDD7F
3#20C86E
4#1CAB5F
5#178F4F
6#13723F
7#0E562F
8#093920
9#051D10
Tints
Lighter variations
1#75E9AB
2#84EBB4
3#94EEBE
4#A3F0C7
5#B2F3D0
6#C2F5DA
7#D1F8E3
8#E0FAEC
9#F0FDF6
Tones
Muted variations
1#6CE0A2
2#72D9A2
3#79D3A3
4#7FCCA3
5#86C6A4
6#8CBFA4
7#92B9A4
8#99B3A5
9#9FACA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC2 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6A1 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC16B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4627 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FAEC;
--emerald-200: #C6F6DC;
--emerald-300: #9AEFC2;
--emerald-400: #65E6A1;
--emerald-500: #3ADF87;
--emerald-600: #1FC16B;
--emerald-700: #199A55;
--emerald-800: #126E3D;
--emerald-900: #0B4627;
--emerald-950: #072C18;
}