Emerald
#28F0A4
GreenColor Codes
All color formats for development
HEX
#28F0A4RGB
rgb(40, 240, 164)HSL
hsl(157, 87%, 55%)OKLCH
oklch(0.846 0.182 160.6)CMYK
cmyk(83%, 0%, 32%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10EC98
2#0FD287
3#0DB876
4#0B9D65
5#098354
6#076943
7#054F33
8#043422
9#021A11
Tints
Lighter variations
1#3EF2AD
2#53F3B6
3#69F5BF
4#7EF6C8
5#94F8D1
6#A9F9DA
7#BFFBE4
8#D4FCED
9#EAFEF6
Tones
Muted variations
1#32E6A1
2#3CDC9F
3#46D29D
4#50C89A
5#5ABE98
6#64B496
7#6EAA93
8#78A091
9#82968F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7D0 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD287 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA76B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #08774D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C31 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF9;
--emerald-100: #DEFDF1;
--emerald-200: #C1FBE5;
--emerald-300: #91F7D0;
--emerald-400: #58F3B8;
--emerald-500: #28F0A4;
--emerald-600: #0FD287;
--emerald-700: #0CA76B;
--emerald-800: #08774D;
--emerald-900: #054C31;
--emerald-950: #03301F;
}