Emerald
#28B892
GreenColor Codes
All color formats for development
HEX
#28B892RGB
rgb(40, 184, 146)HSL
hsl(164, 64%, 44%)OKLCH
oklch(0.7 0.13 169.9)CMYK
cmyk(78%, 0%, 21%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A683
2#209375
3#1C8166
4#186E57
5#145C49
6#104A3A
7#0C372C
8#08251D
9#04120F
Tints
Lighter variations
1#2ECFA4
2#44D6AF
3#5BDBB9
4#72E0C3
5#8AE5CD
6#A1EAD7
7#B9F0E1
8#D0F5EB
9#E8FAF5
Tones
Muted variations
1#30B18E
2#37AA8B
3#3EA288
4#459B84
5#4C9481
6#538D7E
7#5B867A
8#627F77
9#697774
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD6 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC0 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B892 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209274 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176953 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4335 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCFA;
--emerald-100: #E2F9F2;
--emerald-200: #C9F3E8;
--emerald-300: #9FEAD6;
--emerald-400: #6DDFC0;
--emerald-500: #43D6AF;
--emerald-600: #28B892;
--emerald-700: #209274;
--emerald-800: #176953;
--emerald-900: #0F4335;
--emerald-950: #092A21;
}