Emerald
#6DDF93
GreenColor Codes
All color formats for development
HEX
#6DDF93RGB
rgb(109, 223, 147)HSL
hsl(140, 64%, 65%)OKLCH
oklch(0.818 0.15 152.6)CMYK
cmyk(51%, 0%, 34%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D97F
2#36D36A
3#2ABE5B
4#24A34E
5#1E8841
6#186D34
7#125227
8#0C361A
9#061B0D
Tints
Lighter variations
1#7BE29E
2#8AE5A8
3#99E9B3
4#A7ECBE
5#B6EFC9
6#C4F2D4
7#D3F5DF
8#E2F9E9
9#F0FCF4
Tones
Muted variations
1#72D995
2#78D397
3#7ECE98
4#83C89A
5#89C29C
6#8FBD9E
7#95B7A0
8#9AB1A2
9#A0ABA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB8 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF93 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D674 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B858 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209246 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176932 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4320 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF6;
--emerald-100: #E2F9E9;
--emerald-200: #C9F3D7;
--emerald-300: #9FEAB8;
--emerald-400: #6DDF93;
--emerald-500: #43D674;
--emerald-600: #28B858;
--emerald-700: #209246;
--emerald-800: #176932;
--emerald-900: #0F4320;
--emerald-950: #092A14;
}