Emerald
#6EDE6F
GreenColor Codes
All color formats for development
HEX
#6EDE6FRGB
rgb(110, 222, 111)HSL
hsl(121, 63%, 65%)OKLCH
oklch(0.809 0.182 143.8)CMYK
cmyk(50%, 0%, 50%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D855
2#37D23A
3#2BBD2D
4#25A227
5#1F8720
6#196C1A
7#125113
8#0C360D
9#061B06
Tints
Lighter variations
1#7CE17E
2#8BE58C
3#99E89A
4#A8EBA9
5#B6EEB7
6#C5F2C6
7#D3F5D4
8#E2F8E2
9#F0FCF1
Tones
Muted variations
1#73D875
2#79D37A
3#7ECD80
4#84C785
5#8AC28B
6#8FBC90
7#95B795
8#9BB19B
9#A0ABA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A1 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE6F | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D546 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB72C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219123 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186819 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4310 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E2;
--emerald-200: #C9F3CA;
--emerald-300: #9FE9A1;
--emerald-400: #6EDE6F;
--emerald-500: #44D546;
--emerald-600: #2AB72C;
--emerald-700: #219123;
--emerald-800: #186819;
--emerald-900: #0F4310;
--emerald-950: #092A0A;
}