Emerald
#06DB94
GreenColor Codes
All color formats for development
HEX
#06DB94RGB
rgb(6, 219, 148)HSL
hsl(160, 95%, 44%)OKLCH
oklch(0.787 0.175 160.9)CMYK
cmyk(97%, 0%, 32%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05C585
2#04AF76
3#049967
4#038359
5#036D4A
6#02583B
7#02422C
8#012C1E
9#01160F
Tints
Lighter variations
1#06F7A7
2#20F9B1
3#3CFABB
4#58FBC4
5#74FBCE
6#90FCD8
7#ABFDE2
8#C7FEEB
9#E3FEF5
Tones
Muted variations
1#10D090
2#1BC58D
3#26BB89
4#30B086
5#3BA582
6#469B7E
7#50907B
8#5B8677
9#667B74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCD7 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBC2 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE76 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025036 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFA;
--emerald-100: #DCFEF3;
--emerald-200: #BEFDE8;
--emerald-300: #8DFCD7;
--emerald-400: #51FBC2;
--emerald-500: #1FF9B1;
--emerald-600: #06DB94;
--emerald-700: #04AE76;
--emerald-800: #037C54;
--emerald-900: #025036;
--emerald-950: #013222;
}