Emerald
#03DDA3
GreenColor Codes
All color formats for development
HEX
#03DDA3RGB
rgb(3, 221, 163)HSL
hsl(164, 97%, 44%)OKLCH
oklch(0.796 0.165 165.7)CMYK
cmyk(99%, 0%, 26%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03C793
2#03B182
3#029B72
4#028562
5#026F51
6#015841
7#014231
8#012C21
9#001610
Tints
Lighter variations
1#04F9B8
2#1EFCC0
3#3AFCC8
4#56FCD0
5#72FDD8
6#8EFDE0
7#ABFEE8
8#C7FEEF
9#E3FFF7
Tones
Muted variations
1#0ED29E
2#19C799
3#24BC94
4#2FB28F
5#3AA78A
6#459C85
7#50917F
8#5A867A
9#657B75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDDF | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCCE | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01503B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFFB;
--emerald-100: #DCFEF5;
--emerald-200: #BEFEED;
--emerald-300: #8BFDDF;
--emerald-400: #4FFCCE;
--emerald-500: #1DFCC0;
--emerald-600: #03DDA3;
--emerald-700: #03B082;
--emerald-800: #027E5D;
--emerald-900: #01503B;
--emerald-950: #013225;
}