Emerald
#28B87C
GreenColor Codes
All color formats for development
HEX
#28B87CRGB
rgb(40, 184, 124)HSL
hsl(155, 64%, 44%)OKLCH
oklch(0.695 0.147 159.7)CMYK
cmyk(78%, 0%, 33%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A670
2#209363
3#1C8157
4#186E4B
5#145C3E
6#104A32
7#0C3725
8#082519
9#04120C
Tints
Lighter variations
1#2ECF8C
2#44D699
3#5BDBA6
4#72E0B2
5#8AE5BF
6#A1EACC
7#B9F0D9
8#D0F5E5
9#E8FAF2
Tones
Muted variations
1#30B17B
2#37AA7A
3#3EA279
4#459B77
5#4C9476
6#538D75
7#5B8674
8#627F73
9#697771
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEACB | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFAF | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D698 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B87C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF8;
--emerald-100: #E2F9EF;
--emerald-200: #C9F3E1;
--emerald-300: #9FEACB;
--emerald-400: #6DDFAF;
--emerald-500: #43D698;
--emerald-600: #28B87C;
--emerald-700: #209263;
--emerald-800: #176947;
--emerald-900: #0F432D;
--emerald-950: #092A1C;
}