Emerald
#06DB9B
GreenColor Codes
All color formats for development
HEX
#06DB9BRGB
rgb(6, 219, 155)HSL
hsl(162, 95%, 44%)OKLCH
oklch(0.789 0.169 163.3)CMYK
cmyk(97%, 0%, 29%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05C58B
2#04AF7C
3#04996C
4#03835D
5#036D4D
6#02583E
7#02422E
8#012C1F
9#01160F
Tints
Lighter variations
1#06F7AF
2#20F9B8
3#3CFAC1
4#58FBCA
5#74FBD3
6#90FCDC
7#ABFDE4
8#C7FEED
9#E3FEF6
Tones
Muted variations
1#10D097
2#1BC592
3#26BB8E
4#30B08A
5#3BA586
6#469B81
7#50907D
8#5B8679
9#667B74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCDB | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBC8 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025038 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFA;
--emerald-100: #DCFEF4;
--emerald-200: #BEFDEA;
--emerald-300: #8DFCDB;
--emerald-400: #51FBC8;
--emerald-500: #1FF9B8;
--emerald-600: #06DB9B;
--emerald-700: #04AE7B;
--emerald-800: #037C58;
--emerald-900: #025038;
--emerald-950: #013223;
}