Emerald
#08D9A1
GreenColor Codes
All color formats for development
HEX
#08D9A1RGB
rgb(8, 217, 161)HSL
hsl(164, 93%, 44%)OKLCH
oklch(0.785 0.162 166)CMYK
cmyk(96%, 0%, 26%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C391
2#06AD81
3#059871
4#058261
5#046C50
6#035740
7#024130
8#022B20
9#011610
Tints
Lighter variations
1#09F4B5
2#23F7BE
3#3EF8C6
4#5AF9CF
5#75FAD7
6#91FBDF
7#ACFCE7
8#C8FDEF
9#E3FEF7
Tones
Muted variations
1#12CE9C
2#1DC497
3#27B992
4#32AF8D
5#3CA489
6#469A84
7#51907F
8#5B857A
9#667B75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBDE | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9CC | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEFB;
--emerald-100: #DDFEF5;
--emerald-200: #BFFDEC;
--emerald-300: #8EFBDE;
--emerald-400: #53F9CC;
--emerald-500: #22F7BE;
--emerald-600: #08D9A1;
--emerald-700: #06AC80;
--emerald-800: #047B5B;
--emerald-900: #034F3B;
--emerald-950: #023125;
}