Emerald
#65E767
GreenColor Codes
All color formats for development
HEX
#65E767RGB
rgb(101, 231, 103)HSL
hsl(121, 73%, 65%)OKLCH
oklch(0.827 0.205 143.7)CMYK
cmyk(56%, 0%, 55%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E24A
2#2BDE2E
3#1FC922
4#1BAC1D
5#168F18
6#127314
7#0D560F
8#09390A
9#041D05
Tints
Lighter variations
1#74E976
2#83EC85
3#93EE94
4#A2F1A4
5#B2F3B3
6#C1F5C2
7#D1F8D1
8#E0FAE1
9#F0FDF0
Tones
Muted variations
1#6BE06D
2#72DA73
3#78D37A
4#7FCD80
5#85C686
6#8CC08D
7#92B993
8#99B399
9#9FAC9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEF9B | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E767 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E03B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC221 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A1A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E13 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B470C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF2;
--emerald-100: #E0FAE1;
--emerald-200: #C6F6C6;
--emerald-300: #9AEF9B;
--emerald-400: #65E767;
--emerald-500: #38E03B;
--emerald-600: #1EC221;
--emerald-700: #189A1A;
--emerald-800: #116E13;
--emerald-900: #0B470C;
--emerald-950: #072C08;
}