Emerald
#28B875
GreenColor Codes
All color formats for development
HEX
#28B875RGB
rgb(40, 184, 117)HSL
hsl(152, 64%, 44%)OKLCH
oklch(0.694 0.154 157.1)CMYK
cmyk(78%, 0%, 36%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A669
2#20935E
3#1C8152
4#186E46
5#145C3A
6#104A2F
7#0C3723
8#082517
9#04120C
Tints
Lighter variations
1#2ECF84
2#44D692
3#5BDB9F
4#72E0AD
5#8AE5BB
6#A1EAC8
7#B9F0D6
8#D0F5E4
9#E8FAF1
Tones
Muted variations
1#30B175
2#37AA74
3#3EA274
4#459B73
5#4C9473
6#538D72
7#5B8672
8#627F71
9#697771
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC7 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFAA | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D691 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B875 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20925D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176942 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF8;
--emerald-100: #E2F9EE;
--emerald-200: #C9F3DF;
--emerald-300: #9FEAC7;
--emerald-400: #6DDFAA;
--emerald-500: #43D691;
--emerald-600: #28B875;
--emerald-700: #20925D;
--emerald-800: #176942;
--emerald-900: #0F432B;
--emerald-950: #092A1B;
}