Emerald
#6EDE8D
GreenColor Codes
All color formats for development
HEX
#6EDE8DRGB
rgb(110, 222, 141)HSL
hsl(137, 63%, 65%)OKLCH
oklch(0.814 0.154 150.7)CMYK
cmyk(50%, 0%, 36%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D878
2#37D263
3#2BBD54
4#25A248
5#1F873C
6#196C30
7#125124
8#0C3618
9#061B0C
Tints
Lighter variations
1#7CE199
2#8BE5A4
3#99E8AF
4#A8EBBB
5#B6EEC6
6#C5F2D2
7#D3F5DD
8#E2F8E8
9#F0FCF4
Tones
Muted variations
1#73D890
2#79D392
3#7ECD95
4#84C797
5#8AC29A
6#8FBC9C
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 #C9F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B4 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8D | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D56D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB752 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219141 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E8;
--emerald-200: #C9F3D5;
--emerald-300: #9FE9B4;
--emerald-400: #6EDE8D;
--emerald-500: #44D56D;
--emerald-600: #2AB752;
--emerald-700: #219141;
--emerald-800: #18682E;
--emerald-900: #0F431E;
--emerald-950: #092A13;
}