Emerald
#08D993
GreenColor Codes
All color formats for development
HEX
#08D993RGB
rgb(8, 217, 147)HSL
hsl(160, 93%, 44%)OKLCH
oklch(0.782 0.173 161)CMYK
cmyk(96%, 0%, 32%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07C384
2#06AD76
3#059867
4#058258
5#046C49
6#03573B
7#02412C
8#022B1D
9#01160F
Tints
Lighter variations
1#09F4A6
2#23F7B0
3#3EF8BA
4#5AF9C4
5#75FACE
6#91FBD8
7#ACFCE1
8#C8FDEB
9#E3FEF5
Tones
Muted variations
1#12CE90
2#1DC48C
3#27B989
4#32AF85
5#3CA482
6#469A7E
7#51907B
8#5B8577
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 #BFFDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD7 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9C1 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D993 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F35 | 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: #F0FEFA;
--emerald-100: #DDFEF3;
--emerald-200: #BFFDE8;
--emerald-300: #8EFBD7;
--emerald-400: #53F9C1;
--emerald-500: #22F7B0;
--emerald-600: #08D993;
--emerald-700: #06AC75;
--emerald-800: #047B54;
--emerald-900: #034F35;
--emerald-950: #023121;
}