Emerald
#6DDF7E
GreenColor Codes
All color formats for development
HEX
#6DDF7ERGB
rgb(109, 223, 126)HSL
hsl(129, 64%, 65%)OKLCH
oklch(0.814 0.17 146.9)CMYK
cmyk(51%, 0%, 43%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D966
2#36D34E
3#2ABE40
4#24A337
5#1E882E
6#186D25
7#12521B
8#0C3612
9#061B09
Tints
Lighter variations
1#7BE28B
2#8AE598
3#99E9A5
4#A7ECB1
5#B6EFBE
6#C4F2CB
7#D3F5D8
8#E2F9E5
9#F0FCF2
Tones
Muted variations
1#72D982
2#78D386
3#7ECE8A
4#83C88E
5#89C292
6#8FBD96
7#95B79A
8#9AB19E
9#A0ABA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF7E | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D659 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B83E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209231 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176923 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4317 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF4;
--emerald-100: #E2F9E5;
--emerald-200: #C9F3CF;
--emerald-300: #9FEAAA;
--emerald-400: #6DDF7E;
--emerald-500: #43D659;
--emerald-600: #28B83E;
--emerald-700: #209231;
--emerald-800: #176923;
--emerald-900: #0F4317;
--emerald-950: #092A0E;
}