Emerald
#1AFFA3
GreenColor Codes
All color formats for development
HEX
#1AFFA3RGB
rgb(26, 255, 163)HSL
hsl(156, 100%, 55%)OKLCH
oklch(0.882 0.203 158)CMYK
cmyk(90%, 0%, 36%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00FC97
2#00E087
3#00C476
4#00A865
5#008C54
6#007043
7#005432
8#003822
9#001C11
Tints
Lighter variations
1#30FFAC
2#47FFB6
3#5EFFBF
4#75FFC8
5#8CFFD1
6#A3FFDA
7#BAFFE3
8#D1FFED
9#E8FFF6
Tones
Muted variations
1#25F4A1
2#30E89F
3#3CDD9C
4#47D19A
5#53C698
6#5EBA95
7#6AAF93
8#75A391
9#81988F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD0 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB8 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B36B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005231 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF9;
--emerald-100: #DBFFF1;
--emerald-200: #BDFFE4;
--emerald-300: #8AFFD0;
--emerald-400: #4DFFB8;
--emerald-500: #1AFFA3;
--emerald-600: #00E087;
--emerald-700: #00B36B;
--emerald-800: #00804D;
--emerald-900: #005231;
--emerald-950: #00331F;
}