Emerald
#06DBA2
GreenColor Codes
All color formats for development
HEX
#06DBA2RGB
rgb(6, 219, 162)HSL
hsl(164, 95%, 44%)OKLCH
oklch(0.791 0.164 165.9)CMYK
cmyk(97%, 0%, 26%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05C592
2#04AF82
3#049971
4#038361
5#036D51
6#025841
7#024231
8#012C20
9#011610
Tints
Lighter variations
1#06F7B7
2#20F9BF
3#3CFAC7
4#58FBCF
5#74FBD7
6#90FCDF
7#ABFDE7
8#C7FEEF
9#E3FEF7
Tones
Muted variations
1#10D09D
2#1BC598
3#26BB93
4#30B08E
5#3BA589
6#469B84
7#50907F
8#5B867A
9#667B75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCDE | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBCD | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFB;
--emerald-100: #DCFEF5;
--emerald-200: #BEFDED;
--emerald-300: #8DFCDE;
--emerald-400: #51FBCD;
--emerald-500: #1FF9BF;
--emerald-600: #06DBA2;
--emerald-700: #04AE81;
--emerald-800: #037C5C;
--emerald-900: #02503B;
--emerald-950: #013225;
}