Emerald
#03DD98
GreenColor Codes
All color formats for development
HEX
#03DD98RGB
rgb(3, 221, 152)HSL
hsl(161, 97%, 44%)OKLCH
oklch(0.793 0.174 161.8)CMYK
cmyk(99%, 0%, 31%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03C789
2#03B17A
3#029B6A
4#02855B
5#026F4C
6#01583D
7#01422E
8#012C1E
9#00160F
Tints
Lighter variations
1#04F9AB
2#1EFCB5
3#3AFCBF
4#56FCC8
5#72FDD1
6#8EFDDA
7#ABFEE3
8#C7FEED
9#E3FFF6
Tones
Muted variations
1#0ED294
2#19C790
3#24BC8C
4#2FB288
5#3AA784
6#459C80
7#50917C
8#5A8678
9#657B74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD9 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC5 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015037 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFA;
--emerald-100: #DCFEF3;
--emerald-200: #BEFEEA;
--emerald-300: #8BFDD9;
--emerald-400: #4FFCC5;
--emerald-500: #1DFCB5;
--emerald-600: #03DD98;
--emerald-700: #03B079;
--emerald-800: #027E56;
--emerald-900: #015037;
--emerald-950: #013223;
}