Emerald
#03DD91
GreenColor Codes
All color formats for development
HEX
#03DD91RGB
rgb(3, 221, 145)HSL
hsl(159, 97%, 44%)OKLCH
oklch(0.792 0.18 159.6)CMYK
cmyk(99%, 0%, 34%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03C782
2#03B174
3#029B65
4#028557
5#026F48
6#01583A
7#01422B
8#012C1D
9#00160E
Tints
Lighter variations
1#04F9A3
2#1EFCAE
3#3AFCB8
4#56FCC2
5#72FDCC
6#8EFDD7
7#ABFEE1
8#C7FEEB
9#E3FFF5
Tones
Muted variations
1#0ED28E
2#19C78A
3#24BC87
4#2FB284
5#3AA781
6#459C7D
7#50917A
8#5A8677
9#657B73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD5 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC0 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015035 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFA;
--emerald-100: #DCFEF2;
--emerald-200: #BEFEE7;
--emerald-300: #8BFDD5;
--emerald-400: #4FFCC0;
--emerald-500: #1DFCAE;
--emerald-600: #03DD91;
--emerald-700: #03B073;
--emerald-800: #027E52;
--emerald-900: #015035;
--emerald-950: #013221;
}