Emerald
#11D08A
GreenColor Codes
All color formats for development
HEX
#11D08ARGB
rgb(17, 208, 138)HSL
hsl(158, 85%, 44%)OKLCH
oklch(0.758 0.169 159.9)CMYK
cmyk(92%, 0%, 34%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FBB7C
2#0DA66E
3#0C9160
4#0A7D53
5#086845
6#075337
7#053E29
8#032A1C
9#02150E
Tints
Lighter variations
1#13EA9B
2#2CEEA7
3#46F0B2
4#60F2BD
5#7BF4C8
6#95F6D3
7#B0F9DE
8#CAFBE9
9#E5FDF4
Tones
Muted variations
1#1AC687
2#24BC85
3#2DB382
4#37A97F
5#41A07D
6#4A967A
7#548D78
8#5D8375
9#677A73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6D2 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2BA | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D08A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA56D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A764E | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B32 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF9;
--emerald-100: #DEFCF1;
--emerald-200: #C2FAE5;
--emerald-300: #92F6D2;
--emerald-400: #5AF2BA;
--emerald-500: #2BEEA6;
--emerald-600: #11D08A;
--emerald-700: #0DA56D;
--emerald-800: #0A764E;
--emerald-900: #064B32;
--emerald-950: #042F1F;
}