Emerald
#6DDF9C
GreenColor Codes
All color formats for development
HEX
#6DDF9CRGB
rgb(109, 223, 156)HSL
hsl(145, 64%, 65%)OKLCH
oklch(0.819 0.142 155.6)CMYK
cmyk(51%, 0%, 30%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D98A
2#36D378
3#2ABE68
4#24A359
5#1E884A
6#186D3B
7#12522C
8#0C361E
9#061B0F
Tints
Lighter variations
1#7BE2A6
2#8AE5B0
3#99E9BA
4#A7ECC4
5#B6EFCE
6#C4F2D7
7#D3F5E1
8#E2F9EB
9#F0FCF5
Tones
Muted variations
1#72D99D
2#78D39E
3#7ECE9F
4#83C8A0
5#89C2A1
6#8FBDA2
7#95B7A3
8#9AB1A4
9#A0ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABE | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF9C | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D680 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B864 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209250 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176939 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF7;
--emerald-100: #E2F9EB;
--emerald-200: #C9F3DA;
--emerald-300: #9FEABE;
--emerald-400: #6DDF9C;
--emerald-500: #43D680;
--emerald-600: #28B864;
--emerald-700: #209250;
--emerald-800: #176939;
--emerald-900: #0F4324;
--emerald-950: #092A17;
}