Emerald
#26F2A1
GreenColor Codes
All color formats for development
HEX
#26F2A1RGB
rgb(38, 242, 161)HSL
hsl(156, 89%, 55%)OKLCH
oklch(0.85 0.188 159.4)CMYK
cmyk(84%, 0%, 33%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EEF95
2#0CD484
3#0BBA74
4#099F63
5#088553
6#066A42
7#055032
8#033521
9#021B11
Tints
Lighter variations
1#3CF4AA
2#51F5B4
3#67F6BD
4#7DF7C6
5#93F9D0
6#A8FAD9
7#BEFBE3
8#D4FCEC
9#E9FEF6
Tones
Muted variations
1#30E89F
2#3BDE9D
3#45D49B
4#4FCA99
5#59BF96
6#63B594
7#6EAB92
8#78A190
9#82968E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9CF | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5B6 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD484 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #07784B | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D30 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF9;
--emerald-100: #DDFDF0;
--emerald-200: #C0FBE4;
--emerald-300: #90F9CF;
--emerald-400: #56F5B6;
--emerald-500: #26F2A1;
--emerald-600: #0CD484;
--emerald-700: #0AA969;
--emerald-800: #07784B;
--emerald-900: #044D30;
--emerald-950: #03301E;
}