Emerald
#6DDF91
GreenColor Codes
All color formats for development
HEX
#6DDF91RGB
rgb(109, 223, 145)HSL
hsl(139, 64%, 65%)OKLCH
oklch(0.817 0.152 151.9)CMYK
cmyk(51%, 0%, 35%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D97C
2#36D368
3#2ABE59
4#24A34C
5#1E883F
6#186D33
7#125226
8#0C3619
9#061B0D
Tints
Lighter variations
1#7BE29C
2#8AE5A7
3#99E9B2
4#A7ECBD
5#B6EFC8
6#C4F2D3
7#D3F5DE
8#E2F9E9
9#F0FCF4
Tones
Muted variations
1#72D993
2#78D395
3#7ECE97
4#83C899
5#89C29B
6#8FBD9D
7#95B79F
8#9AB1A2
9#A0ABA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB7 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF91 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D671 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B856 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209244 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176931 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF6;
--emerald-100: #E2F9E9;
--emerald-200: #C9F3D6;
--emerald-300: #9FEAB7;
--emerald-400: #6DDF91;
--emerald-500: #43D671;
--emerald-600: #28B856;
--emerald-700: #209244;
--emerald-800: #176931;
--emerald-900: #0F431F;
--emerald-950: #092A14;
}