Emerald
#6DDF89
GreenColor Codes
All color formats for development
HEX
#6DDF89RGB
rgb(109, 223, 137)HSL
hsl(135, 64%, 65%)OKLCH
oklch(0.816 0.16 149.6)CMYK
cmyk(51%, 0%, 39%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D973
2#36D35D
3#2ABE4F
4#24A344
5#1E8838
6#186D2D
7#125222
8#0C3617
9#061B0B
Tints
Lighter variations
1#7BE295
2#8AE5A1
3#99E9AD
4#A7ECB8
5#B6EFC4
6#C4F2D0
7#D3F5DC
8#E2F9E7
9#F0FCF3
Tones
Muted variations
1#72D98C
2#78D38F
3#7ECE92
4#83C895
5#89C297
6#8FBD9A
7#95B79D
8#9AB1A0
9#A0ABA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB2 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF89 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D668 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B84C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20923D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF5;
--emerald-100: #E2F9E7;
--emerald-200: #C9F3D3;
--emerald-300: #9FEAB2;
--emerald-400: #6DDF89;
--emerald-500: #43D668;
--emerald-600: #28B84C;
--emerald-700: #20923D;
--emerald-800: #17692B;
--emerald-900: #0F431C;
--emerald-950: #092A11;
}