Emerald
#28B87F
GreenColor Codes
All color formats for development
HEX
#28B87FRGB
rgb(40, 184, 127)HSL
hsl(156, 64%, 44%)OKLCH
oklch(0.696 0.145 160.9)CMYK
cmyk(78%, 0%, 31%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A672
2#209365
3#1C8159
4#186E4C
5#145C3F
6#104A33
7#0C3726
8#082519
9#04120D
Tints
Lighter variations
1#2ECF8F
2#44D69B
3#5BDBA8
4#72E0B4
5#8AE5C1
6#A1EACD
7#B9F0DA
8#D0F5E6
9#E8FAF3
Tones
Muted variations
1#30B17D
2#37AA7C
3#3EA27A
4#459B79
5#4C9477
6#538D76
7#5B8675
8#627F73
9#697772
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 #C9F3E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEACC | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFB1 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D69B | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B87F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176948 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF8;
--emerald-100: #E2F9EF;
--emerald-200: #C9F3E2;
--emerald-300: #9FEACC;
--emerald-400: #6DDFB1;
--emerald-500: #43D69B;
--emerald-600: #28B87F;
--emerald-700: #209265;
--emerald-800: #176948;
--emerald-900: #0F432E;
--emerald-950: #092A1D;
}