Emerald
#26F2B2
GreenColor Codes
All color formats for development
HEX
#26F2B2RGB
rgb(38, 242, 178)HSL
hsl(161, 89%, 55%)OKLCH
oklch(0.854 0.174 164.8)CMYK
cmyk(84%, 0%, 26%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EEFA7
2#0CD495
3#0BBA82
4#099F70
5#08855D
6#066A4A
7#055038
8#033525
9#021B13
Tints
Lighter variations
1#3CF4B9
2#51F5C1
3#67F6C9
4#7DF7D1
5#93F9D8
6#A8FAE0
7#BEFBE8
8#D4FCF0
9#E9FEF7
Tones
Muted variations
1#30E8AE
2#3BDEAA
3#45D4A6
4#4FCAA3
5#59BF9F
6#63B59B
7#6EAB97
8#78A194
9#829690
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D7 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5C3 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA976 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077855 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D36 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFA;
--emerald-100: #DDFDF3;
--emerald-200: #C0FBE9;
--emerald-300: #90F9D7;
--emerald-400: #56F5C3;
--emerald-500: #26F2B2;
--emerald-600: #0CD495;
--emerald-700: #0AA976;
--emerald-800: #077855;
--emerald-900: #044D36;
--emerald-950: #033022;
}