Emerald
#6DDF80
GreenColor Codes
All color formats for development
HEX
#6DDF80RGB
rgb(109, 223, 128)HSL
hsl(130, 64%, 65%)OKLCH
oklch(0.814 0.168 147.4)CMYK
cmyk(51%, 0%, 43%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D968
2#36D350
3#2ABE43
4#24A339
5#1E8830
6#186D26
7#12521D
8#0C3613
9#061B0A
Tints
Lighter variations
1#7BE28C
2#8AE599
3#99E9A6
4#A7ECB3
5#B6EFBF
6#C4F2CC
7#D3F5D9
8#E2F9E6
9#F0FCF2
Tones
Muted variations
1#72D983
2#78D387
3#7ECE8B
4#83C88F
5#89C293
6#8FBD97
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 #E2F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAB | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF80 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D65B | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B840 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209233 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176925 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4317 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF4;
--emerald-100: #E2F9E6;
--emerald-200: #C9F3D0;
--emerald-300: #9FEAAB;
--emerald-400: #6DDF80;
--emerald-500: #43D65B;
--emerald-600: #28B840;
--emerald-700: #209233;
--emerald-800: #176925;
--emerald-900: #0F4317;
--emerald-950: #092A0F;
}