Emerald
#08D990
GreenColor Codes
All color formats for development
HEX
#08D990RGB
rgb(8, 217, 144)HSL
hsl(159, 93%, 44%)OKLCH
oklch(0.782 0.176 160)CMYK
cmyk(96%, 0%, 34%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C381
2#06AD73
3#059864
4#058256
5#046C48
6#035739
7#02412B
8#022B1D
9#01160E
Tints
Lighter variations
1#09F4A2
2#23F7AD
3#3EF8B7
4#5AF9C1
5#75FACC
6#91FBD6
7#ACFCE0
8#C8FDEA
9#E3FEF5
Tones
Muted variations
1#12CE8C
2#1DC489
3#27B986
4#32AF83
5#3CA480
6#469A7D
7#51907A
8#5B8576
9#667B73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD5 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9BF | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F34 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEF9;
--emerald-100: #DDFEF2;
--emerald-200: #BFFDE7;
--emerald-300: #8EFBD5;
--emerald-400: #53F9BF;
--emerald-500: #22F7AC;
--emerald-600: #08D990;
--emerald-700: #06AC72;
--emerald-800: #047B52;
--emerald-900: #034F34;
--emerald-950: #023121;
}