Emerald
#26F2AB
GreenColor Codes
All color formats for development
HEX
#26F2ABRGB
rgb(38, 242, 171)HSL
hsl(159, 89%, 55%)OKLCH
oklch(0.853 0.18 162.5)CMYK
cmyk(84%, 0%, 29%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EEFA0
2#0CD48E
3#0BBA7C
4#099F6B
5#088559
6#066A47
7#055035
8#033524
9#021B12
Tints
Lighter variations
1#3CF4B3
2#51F5BC
3#67F6C4
4#7DF7CD
5#93F9D5
6#A8FADD
7#BEFBE6
8#D4FCEE
9#E9FEF7
Tones
Muted variations
1#30E8A8
2#3BDEA5
3#45D4A2
4#4FCA9F
5#59BF9C
6#63B599
7#6EAB95
8#78A192
9#82968F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D4 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5BE | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD48E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA971 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D34 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF9;
--emerald-100: #DDFDF2;
--emerald-200: #C0FBE7;
--emerald-300: #90F9D4;
--emerald-400: #56F5BE;
--emerald-500: #26F2AB;
--emerald-600: #0CD48E;
--emerald-700: #0AA971;
--emerald-800: #077851;
--emerald-900: #044D34;
--emerald-950: #033020;
}