Emerald
#03DD94
GreenColor Codes
All color formats for development
HEX
#03DD94RGB
rgb(3, 221, 148)HSL
hsl(160, 97%, 44%)OKLCH
oklch(0.792 0.178 160.5)CMYK
cmyk(99%, 0%, 33%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03C786
2#03B177
3#029B68
4#028559
5#026F4A
6#01583B
7#01422D
8#012C1E
9#00160F
Tints
Lighter variations
1#04F9A7
2#1EFCB2
3#3AFCBB
4#56FCC5
5#72FDCF
6#8EFDD8
7#ABFEE2
8#C7FEEC
9#E3FFF5
Tones
Muted variations
1#0ED291
2#19C78D
3#24BC8A
4#2FB286
5#3AA782
6#459C7F
7#50917B
8#5A8677
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 #BEFEE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD7 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B076 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015036 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFA;
--emerald-100: #DCFEF3;
--emerald-200: #BEFEE9;
--emerald-300: #8BFDD7;
--emerald-400: #4FFCC3;
--emerald-500: #1DFCB1;
--emerald-600: #03DD94;
--emerald-700: #03B076;
--emerald-800: #027E54;
--emerald-900: #015036;
--emerald-950: #013222;
}