Emerald
#08D996
GreenColor Codes
All color formats for development
HEX
#08D996RGB
rgb(8, 217, 150)HSL
hsl(161, 93%, 44%)OKLCH
oklch(0.783 0.171 162)CMYK
cmyk(96%, 0%, 31%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C387
2#06AD78
3#059869
4#05825A
5#046C4B
6#03573C
7#02412D
8#022B1E
9#01160F
Tints
Lighter variations
1#09F4AA
2#23F7B4
3#3EF8BD
4#5AF9C7
5#75FAD0
6#91FBD9
7#ACFCE3
8#C8FDEC
9#E3FEF6
Tones
Muted variations
1#12CE93
2#1DC48F
3#27B98B
4#32AF87
5#3CA483
6#469A80
7#51907C
8#5B8578
9#667B74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD8 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9C4 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D996 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F37 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEFA;
--emerald-100: #DDFEF3;
--emerald-200: #BFFDE9;
--emerald-300: #8EFBD8;
--emerald-400: #53F9C4;
--emerald-500: #22F7B3;
--emerald-600: #08D996;
--emerald-700: #06AC78;
--emerald-800: #047B55;
--emerald-900: #034F37;
--emerald-950: #023122;
}