Emerald
#6DDF95
GreenColor Codes
All color formats for development
HEX
#6DDF95RGB
rgb(109, 223, 149)HSL
hsl(141, 64%, 65%)OKLCH
oklch(0.818 0.149 153.2)CMYK
cmyk(51%, 0%, 33%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D981
2#36D36D
3#2ABE5E
4#24A350
5#1E8843
6#186D36
7#125228
8#0C361B
9#061B0D
Tints
Lighter variations
1#7BE29F
2#8AE5AA
3#99E9B5
4#A7ECBF
5#B6EFCA
6#C4F2D4
7#D3F5DF
8#E2F9EA
9#F0FCF4
Tones
Muted variations
1#72D996
2#78D398
3#7ECE9A
4#83C89B
5#89C29D
6#8FBD9F
7#95B7A1
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 #E2F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB9 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF95 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D676 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B85B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209248 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176934 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4321 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF6;
--emerald-100: #E2F9EA;
--emerald-200: #C9F3D7;
--emerald-300: #9FEAB9;
--emerald-400: #6DDF95;
--emerald-500: #43D676;
--emerald-600: #28B85B;
--emerald-700: #209248;
--emerald-800: #176934;
--emerald-900: #0F4321;
--emerald-950: #092A15;
}