Emerald
#1FF99B
GreenColor Codes
All color formats for development
HEX
#1FF99BRGB
rgb(31, 249, 155)HSL
hsl(154, 95%, 55%)OKLCH
oklch(0.866 0.202 156.8)CMYK
cmyk(88%, 0%, 38%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06F68E
2#06DB7E
3#05BF6F
4#04A45F
5#04894F
6#036D3F
7#02522F
8#013720
9#011B10
Tints
Lighter variations
1#36FAA5
2#4CFAAF
3#62FBB9
4#79FCC3
5#8FFCCD
6#A5FDD7
7#BCFDE1
8#D2FEEB
9#E9FEF5
Tones
Muted variations
1#2AEE99
2#35E398
3#40D996
4#4BCE95
5#56C394
6#61B892
7#6CAD91
8#76A28F
9#81978E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCCC | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBB1 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF99B | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02502E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF8;
--emerald-100: #DCFEEF;
--emerald-200: #BEFDE2;
--emerald-300: #8DFCCC;
--emerald-400: #51FBB1;
--emerald-500: #1FF99B;
--emerald-600: #06DB7E;
--emerald-700: #04AE65;
--emerald-800: #037C48;
--emerald-900: #02502E;
--emerald-950: #01321D;
}