Emerald
#6DDF72
GreenColor Codes
All color formats for development
HEX
#6DDF72RGB
rgb(109, 223, 114)HSL
hsl(123, 64%, 65%)OKLCH
oklch(0.812 0.181 144.5)CMYK
cmyk(51%, 0%, 49%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D958
2#36D33E
3#2ABE31
4#24A32A
5#1E8823
6#186D1C
7#125215
8#0C360E
9#061B07
Tints
Lighter variations
1#7BE280
2#8AE58E
3#99E99D
4#A7ECAB
5#B6EFB9
6#C4F2C7
7#D3F5D5
8#E2F9E3
9#F0FCF1
Tones
Muted variations
1#72D977
2#78D37D
3#7ECE82
4#83C887
5#89C28C
6#8FBD91
7#95B796
8#9AB19B
9#A0ABA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA3 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF72 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D64A | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B830 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209226 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17691B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4311 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF3;
--emerald-100: #E2F9E3;
--emerald-200: #C9F3CB;
--emerald-300: #9FEAA3;
--emerald-400: #6DDF72;
--emerald-500: #43D64A;
--emerald-600: #28B830;
--emerald-700: #209226;
--emerald-800: #17691B;
--emerald-900: #0F4311;
--emerald-950: #092A0B;
}