Emerald
#65E695
GreenColor Codes
All color formats for development
HEX
#65E695RGB
rgb(101, 230, 149)HSL
hsl(142, 72%, 65%)OKLCH
oklch(0.832 0.162 153.4)CMYK
cmyk(56%, 0%, 35%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E181
2#2CDD6D
3#20C85E
4#1CAB50
5#178F43
6#137236
7#0E5628
8#09391B
9#051D0D
Tints
Lighter variations
1#75E99F
2#84EBAA
3#94EEB5
4#A3F0BF
5#B2F3CA
6#C2F5D4
7#D1F8DF
8#E0FAEA
9#F0FDF4
Tones
Muted variations
1#6CE096
2#72D998
3#79D39A
4#7FCC9B
5#86C69D
6#8CBF9F
7#92B9A1
8#99B3A2
9#9FACA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB9 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E695 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF76 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC15B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E34 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4621 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FAEA;
--emerald-200: #C6F6D7;
--emerald-300: #9AEFB9;
--emerald-400: #65E695;
--emerald-500: #3ADF76;
--emerald-600: #1FC15B;
--emerald-700: #199A48;
--emerald-800: #126E34;
--emerald-900: #0B4621;
--emerald-950: #072C15;
}