Emerald
#03DD82
GreenColor Codes
All color formats for development
HEX
#03DD82RGB
rgb(3, 221, 130)HSL
hsl(155, 97%, 44%)OKLCH
oklch(0.789 0.193 155.4)CMYK
cmyk(99%, 0%, 41%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03C775
2#03B168
3#029B5B
4#02854E
5#026F41
6#015834
7#014227
8#012C1A
9#00160D
Tints
Lighter variations
1#04F993
2#1EFC9F
3#3AFCAB
4#56FCB7
5#72FDC3
6#8EFDCF
7#ABFEDB
8#C7FEE7
9#E3FFF3
Tones
Muted variations
1#0ED281
2#19C77F
3#24BC7D
4#2FB27B
5#3AA779
6#459C77
7#509176
8#5A8674
9#657B72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDCE | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCB4 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFC9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01502F | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF9;
--emerald-100: #DCFEF0;
--emerald-200: #BEFEE3;
--emerald-300: #8BFDCE;
--emerald-400: #4FFCB4;
--emerald-500: #1DFC9F;
--emerald-600: #03DD82;
--emerald-700: #03B068;
--emerald-800: #027E4A;
--emerald-900: #01502F;
--emerald-950: #01321E;
}