Emerald
#6EDE8C
GreenColor Codes
All color formats for development
HEX
#6EDE8CRGB
rgb(110, 222, 140)HSL
hsl(136, 63%, 65%)OKLCH
oklch(0.814 0.155 150.4)CMYK
cmyk(50%, 0%, 37%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D876
2#37D261
3#2BBD52
4#25A246
5#1F873B
6#196C2F
7#125123
8#0C3617
9#061B0C
Tints
Lighter variations
1#7CE197
2#8BE5A3
3#99E8AE
4#A8EBBA
5#B6EEC5
6#C5F2D1
7#D3F5DC
8#E2F8E8
9#F0FCF3
Tones
Muted variations
1#73D88E
2#79D391
3#7ECD93
4#84C796
5#8AC299
6#8FBC9B
7#95B79E
8#9BB1A1
9#A0ABA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8C | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D56B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB74F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21913F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E8;
--emerald-200: #C9F3D4;
--emerald-300: #9FE9B3;
--emerald-400: #6EDE8C;
--emerald-500: #44D56B;
--emerald-600: #2AB74F;
--emerald-700: #21913F;
--emerald-800: #18682D;
--emerald-900: #0F431D;
--emerald-950: #092A12;
}