Emerald
#6EDE86
GreenColor Codes
All color formats for development
HEX
#6EDE86RGB
rgb(110, 222, 134)HSL
hsl(133, 63%, 65%)OKLCH
oklch(0.813 0.161 148.8)CMYK
cmyk(50%, 0%, 40%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D86F
2#37D259
3#2BBD4B
4#25A240
5#1F8735
6#196C2B
7#125120
8#0C3615
9#061B0B
Tints
Lighter variations
1#7CE192
2#8BE59E
3#99E8AA
4#A8EBB6
5#B6EEC2
6#C5F2CF
7#D3F5DB
8#E2F8E7
9#F0FCF3
Tones
Muted variations
1#73D889
2#79D38C
3#7ECD8F
4#84C793
5#8AC296
6#8FBC99
7#95B79C
8#9BB19F
9#A0ABA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AF | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE86 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D563 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB748 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219139 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186829 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E7;
--emerald-200: #C9F3D2;
--emerald-300: #9FE9AF;
--emerald-400: #6EDE86;
--emerald-500: #44D563;
--emerald-600: #2AB748;
--emerald-700: #219139;
--emerald-800: #186829;
--emerald-900: #0F431A;
--emerald-950: #092A10;
}