Emerald
#1EFAA2
GreenColor Codes
All color formats for development
HEX
#1EFAA2RGB
rgb(30, 250, 162)HSL
hsl(156, 96%, 55%)OKLCH
oklch(0.87 0.198 158.5)CMYK
cmyk(88%, 0%, 35%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F796
2#04DC86
3#04C075
4#03A564
5#038954
6#026E43
7#025232
8#013721
9#011B11
Tints
Lighter variations
1#35FBAC
2#4BFBB5
3#62FCBE
4#78FCC7
5#8FFDD1
6#A5FDDA
7#BCFEE3
8#D2FEEC
9#E9FFF6
Tones
Muted variations
1#29EFA0
2#34E49E
3#3FD99C
4#4ACE99
5#55C397
6#60B895
7#6BAD93
8#76A291
9#81978E
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 | 8CFD #8CFDD0 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBB7 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025031 | 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: #8CFDD0;
--emerald-400: #50FBB7;
--emerald-500: #1EFAA2;
--emerald-600: #04DC86;
--emerald-700: #04AF6A;
--emerald-800: #037D4C;
--emerald-900: #025031;
--emerald-950: #01321E;
}