Emerald
#28F093
GreenColor Codes
All color formats for development
HEX
#28F093RGB
rgb(40, 240, 147)HSL
hsl(152, 87%, 55%)OKLCH
oklch(0.843 0.197 156)CMYK
cmyk(83%, 0%, 39%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10EC86
2#0FD277
3#0DB868
4#0B9D59
5#09834A
6#07693B
7#054F2D
8#04341E
9#021A0F
Tints
Lighter variations
1#3EF29E
2#53F3A9
3#69F5B3
4#7EF6BE
5#94F8C9
6#A9F9D4
7#BFFBDF
8#D4FCE9
9#EAFEF4
Tones
Muted variations
1#32E692
2#3CDC92
3#46D291
4#50C890
5#5ABE90
6#64B48F
7#6EAA8E
8#78A08E
9#82968D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7C8 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3AB | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F093 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD277 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA75E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #087743 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C2B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DEFDEE;
--emerald-200: #C1FBE0;
--emerald-300: #91F7C8;
--emerald-400: #58F3AB;
--emerald-500: #28F093;
--emerald-600: #0FD277;
--emerald-700: #0CA75E;
--emerald-800: #087743;
--emerald-900: #054C2B;
--emerald-950: #03301B;
}