Emerald
#06DB7E
GreenColor Codes
All color formats for development
HEX
#06DB7ERGB
rgb(6, 219, 126)HSL
hsl(154, 95%, 44%)OKLCH
oklch(0.783 0.194 154.7)CMYK
cmyk(97%, 0%, 42%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05C572
2#04AF65
3#049958
4#03834C
5#036D3F
6#025833
7#024226
8#012C19
9#01160D
Tints
Lighter variations
1#06F78F
2#20F99B
3#3CFAA8
4#58FBB4
5#74FBC1
6#90FCCD
7#ABFDDA
8#C7FEE6
9#E3FEF3
Tones
Muted variations
1#10D07D
2#1BC57C
3#26BB7A
4#30B079
5#3BA577
6#469B76
7#509074
8#5B8673
9#667B72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCCC | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBB1 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF99B | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02502E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF8;
--emerald-100: #DCFEEF;
--emerald-200: #BEFDE2;
--emerald-300: #8DFCCC;
--emerald-400: #51FBB1;
--emerald-500: #1FF99B;
--emerald-600: #06DB7E;
--emerald-700: #04AE65;
--emerald-800: #037C48;
--emerald-900: #02502E;
--emerald-950: #01321D;
}