Emerald
#28F0B4
GreenColor Codes
All color formats for development
HEX
#28F0B4RGB
rgb(40, 240, 180)HSL
hsl(162, 87%, 55%)OKLCH
oklch(0.85 0.17 166)CMYK
cmyk(83%, 0%, 25%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10ECAA
2#0FD297
3#0DB884
4#0B9D71
5#09835F
6#07694C
7#054F39
8#043426
9#021A13
Tints
Lighter variations
1#3EF2BC
2#53F3C3
3#69F5CB
4#7EF6D2
5#94F8DA
6#A9F9E1
7#BFFBE9
8#D4FCF0
9#EAFEF8
Tones
Muted variations
1#32E6B0
2#3CDCAC
3#46D2A8
4#50C8A4
5#5ABEA0
6#64B49C
7#6EAA98
8#78A094
9#829690
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7D9 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3C5 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD297 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA778 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #087756 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C37 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFA;
--emerald-100: #DEFDF3;
--emerald-200: #C1FBE9;
--emerald-300: #91F7D9;
--emerald-400: #58F3C5;
--emerald-500: #28F0B4;
--emerald-600: #0FD297;
--emerald-700: #0CA778;
--emerald-800: #087756;
--emerald-900: #054C37;
--emerald-950: #033022;
}