Emerald
#06DB77
GreenColor Codes
All color formats for development
HEX
#06DB77RGB
rgb(6, 219, 119)HSL
hsl(152, 95%, 44%)OKLCH
oklch(0.782 0.2 153.1)CMYK
cmyk(97%, 0%, 46%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05C56B
2#04AF5F
3#049954
4#038348
5#036D3C
6#025830
7#024224
8#012C18
9#01160C
Tints
Lighter variations
1#06F786
2#20F994
3#3CFAA1
4#58FBAF
5#74FBBC
6#90FCC9
7#ABFDD7
8#C7FEE4
9#E3FEF2
Tones
Muted variations
1#10D077
2#1BC576
3#26BB75
4#30B074
5#3BA574
6#469B73
7#509072
8#5B8672
9#667B71
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCC8 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBAB | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF994 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB77 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02502B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF8;
--emerald-100: #DCFEEE;
--emerald-200: #BEFDE0;
--emerald-300: #8DFCC8;
--emerald-400: #51FBAB;
--emerald-500: #1FF994;
--emerald-600: #06DB77;
--emerald-700: #04AE5F;
--emerald-800: #037C44;
--emerald-900: #02502B;
--emerald-950: #01321B;
}