Emerald
#6DDF6D
GreenColor Codes
All color formats for development
HEX
#6DDF6DRGB
rgb(109, 223, 109)HSL
hsl(120, 64%, 65%)OKLCH
oklch(0.811 0.186 143.6)CMYK
cmyk(51%, 0%, 51%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D951
2#36D336
3#2ABE2A
4#24A324
5#1E881E
6#186D18
7#125212
8#0C360C
9#061B06
Tints
Lighter variations
1#7BE27B
2#8AE58A
3#99E999
4#A7ECA7
5#B6EFB6
6#C4F2C4
7#D3F5D3
8#E2F9E2
9#F0FCF0
Tones
Muted variations
1#72D972
2#78D378
3#7ECE7E
4#83C883
5#89C289
6#8FBD8F
7#95B795
8#9AB19A
9#A0ABA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEA9F | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF6D | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D643 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B828 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209220 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176917 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F430F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF2;
--emerald-100: #E2F9E2;
--emerald-200: #C9F3C9;
--emerald-300: #9FEA9F;
--emerald-400: #6DDF6D;
--emerald-500: #43D643;
--emerald-600: #28B828;
--emerald-700: #209220;
--emerald-800: #176917;
--emerald-900: #0F430F;
--emerald-950: #092A09;
}