Emerald
#08D989
GreenColor Codes
All color formats for development
HEX
#08D989RGB
rgb(8, 217, 137)HSL
hsl(157, 93%, 44%)OKLCH
oklch(0.78 0.182 157.9)CMYK
cmyk(96%, 0%, 37%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C37B
2#06AD6D
3#059860
4#058252
5#046C44
6#035737
7#024129
8#022B1B
9#01160E
Tints
Lighter variations
1#09F49A
2#23F7A6
3#3EF8B1
4#5AF9BC
5#75FAC7
6#91FBD2
7#ACFCDD
8#C8FDE9
9#E3FEF4
Tones
Muted variations
1#12CE86
2#1DC484
3#27B981
4#32AF7F
5#3CA47C
6#469A7A
7#519078
8#5B8575
9#667B73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD1 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9B9 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D989 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F32 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEF9;
--emerald-100: #DDFEF1;
--emerald-200: #BFFDE5;
--emerald-300: #8EFBD1;
--emerald-400: #53F9B9;
--emerald-500: #22F7A5;
--emerald-600: #08D989;
--emerald-700: #06AC6D;
--emerald-800: #047B4E;
--emerald-900: #034F32;
--emerald-950: #02311F;
}