Emerald
#1FF994
GreenColor Codes
All color formats for development
HEX
#1FF994RGB
rgb(31, 249, 148)HSL
hsl(152, 95%, 55%)OKLCH
oklch(0.865 0.208 155.2)CMYK
cmyk(88%, 0%, 41%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06F686
2#06DB77
3#05BF68
4#04A459
5#04894B
6#036D3C
7#02522D
8#01371E
9#011B0F
Tints
Lighter variations
1#36FA9E
2#4CFAA9
3#62FBB4
4#79FCBF
5#8FFCC9
6#A5FDD4
7#BCFDDF
8#D2FEEA
9#E9FEF4
Tones
Muted variations
1#2AEE93
2#35E392
3#40D991
4#4BCE91
5#56C390
6#61B88F
7#6CAD8E
8#76A28E
9#81978D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCC8 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBAB | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF994 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB77 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02502B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF8;
--emerald-100: #DCFEEE;
--emerald-200: #BEFDE0;
--emerald-300: #8DFCC8;
--emerald-400: #51FBAB;
--emerald-500: #1FF994;
--emerald-600: #06DB77;
--emerald-700: #04AE5F;
--emerald-800: #037C44;
--emerald-900: #02502B;
--emerald-950: #01321B;
}