Emerald
#03DD86
GreenColor Codes
All color formats for development
HEX
#03DD86RGB
rgb(3, 221, 134)HSL
hsl(156, 97%, 44%)OKLCH
oklch(0.79 0.19 156.5)CMYK
cmyk(99%, 0%, 39%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03C779
2#03B16B
3#029B5E
4#028550
5#026F43
6#015836
7#014228
8#012C1B
9#00160D
Tints
Lighter variations
1#04F997
2#1EFCA3
3#3AFCAE
4#56FCBA
5#72FDC5
6#8EFDD1
7#ABFEDC
8#C7FEE8
9#E3FFF3
Tones
Muted variations
1#0ED284
2#19C782
3#24BC7F
4#2FB27D
5#3AA77B
6#459C79
7#509177
8#5A8675
9#657B72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD0 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCB7 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B06B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015031 | 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: #DCFEF1;
--emerald-200: #BEFEE4;
--emerald-300: #8BFDD0;
--emerald-400: #4FFCB7;
--emerald-500: #1DFCA3;
--emerald-600: #03DD86;
--emerald-700: #03B06B;
--emerald-800: #027E4C;
--emerald-900: #015031;
--emerald-950: #01321E;
}