Emerald
#26F29A
GreenColor Codes
All color formats for development
HEX
#26F29ARGB
rgb(38, 242, 154)HSL
hsl(154, 89%, 55%)OKLCH
oklch(0.849 0.194 157.5)CMYK
cmyk(84%, 0%, 36%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EEF8D
2#0CD47E
3#0BBA6E
4#099F5E
5#08854E
6#066A3F
7#05502F
8#03351F
9#021B10
Tints
Lighter variations
1#3CF4A4
2#51F5AE
3#67F6B8
4#7DF7C2
5#93F9CC
6#A8FAD7
7#BEFBE1
8#D4FCEB
9#E9FEF5
Tones
Muted variations
1#30E899
2#3BDE97
3#45D496
4#4FCA94
5#59BF93
6#63B592
7#6EAB90
8#78A18F
9#82968E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9CB | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5B0 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F29A | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD47E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA964 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D2E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DDFDEF;
--emerald-200: #C0FBE2;
--emerald-300: #90F9CB;
--emerald-400: #56F5B0;
--emerald-500: #26F29A;
--emerald-600: #0CD47E;
--emerald-700: #0AA964;
--emerald-800: #077847;
--emerald-900: #044D2E;
--emerald-950: #03301D;
}