Emerald
#65E69B
GreenColor Codes
All color formats for development
HEX
#65E69BRGB
rgb(101, 230, 155)HSL
hsl(145, 72%, 65%)OKLCH
oklch(0.833 0.157 155.2)CMYK
cmyk(56%, 0%, 33%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E188
2#2CDD76
3#20C866
4#1CAB58
5#178F49
6#13723A
7#0E562C
8#09391D
9#051D0F
Tints
Lighter variations
1#75E9A5
2#84EBAF
3#94EEB9
4#A3F0C3
5#B2F3CD
6#C2F5D7
7#D1F8E1
8#E0FAEB
9#F0FDF5
Tones
Muted variations
1#6CE09C
2#72D99D
3#79D39E
4#7FCC9F
5#86C6A0
6#8CBFA1
7#92B9A3
8#99B3A4
9#9FACA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBD | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E69B | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF7E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC163 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A4F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E38 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4624 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FAEB;
--emerald-200: #C6F6DA;
--emerald-300: #9AEFBD;
--emerald-400: #65E69B;
--emerald-500: #3ADF7E;
--emerald-600: #1FC163;
--emerald-700: #199A4F;
--emerald-800: #126E38;
--emerald-900: #0B4624;
--emerald-950: #072C16;
}