Emerald
#6EDE7B
GreenColor Codes
All color formats for development
HEX
#6EDE7BRGB
rgb(110, 222, 123)HSL
hsl(127, 63%, 65%)OKLCH
oklch(0.811 0.171 146.2)CMYK
cmyk(50%, 0%, 45%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D862
2#37D249
3#2BBD3C
4#25A233
5#1F872B
6#196C22
7#12511A
8#0C3611
9#061B09
Tints
Lighter variations
1#7CE188
2#8BE595
3#99E8A2
4#A8EBB0
5#B6EEBD
6#C5F2CA
7#D3F5D7
8#E2F8E5
9#F0FCF2
Tones
Muted variations
1#73D87F
2#79D383
3#7ECD88
4#84C78C
5#8AC290
6#8FBC95
7#95B799
8#9BB19D
9#A0ABA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE7B | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D555 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB73A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21912E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186821 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4315 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E2F8E5;
--emerald-200: #C9F3CE;
--emerald-300: #9FE9A8;
--emerald-400: #6EDE7B;
--emerald-500: #44D555;
--emerald-600: #2AB73A;
--emerald-700: #21912E;
--emerald-800: #186821;
--emerald-900: #0F4315;
--emerald-950: #092A0D;
}