Emerald
#06DB97
GreenColor Codes
All color formats for development
HEX
#06DB97RGB
rgb(6, 219, 151)HSL
hsl(161, 95%, 44%)OKLCH
oklch(0.788 0.172 161.9)CMYK
cmyk(97%, 0%, 31%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05C588
2#04AF79
3#04996A
4#03835B
5#036D4C
6#02583D
7#02422D
8#012C1E
9#01160F
Tints
Lighter variations
1#06F7AB
2#20F9B5
3#3CFABE
4#58FBC7
5#74FBD0
6#90FCDA
7#ABFDE3
8#C7FEEC
9#E3FEF6
Tones
Muted variations
1#10D093
2#1BC58F
3#26BB8C
4#30B088
5#3BA584
6#469B80
7#50907C
8#5B8678
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 #BEFDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCD9 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBC5 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB97 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025037 | 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: #BEFDE9;
--emerald-300: #8DFCD9;
--emerald-400: #51FBC5;
--emerald-500: #1FF9B4;
--emerald-600: #06DB97;
--emerald-700: #04AE78;
--emerald-800: #037C56;
--emerald-900: #025037;
--emerald-950: #013222;
}