Emerald
#0FD277
GreenColor Codes
All color formats for development
HEX
#0FD277RGB
rgb(15, 210, 119)HSL
hsl(152, 87%, 44%)OKLCH
oklch(0.759 0.189 154.2)CMYK
cmyk(93%, 0%, 43%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DBD6B
2#0CA85F
3#0A9353
4#097E47
5#07693B
6#06542F
7#043F24
8#032A18
9#01150C
Tints
Lighter variations
1#10ED86
2#29F093
3#44F2A1
4#5FF4AE
5#79F6BC
6#94F8C9
7#AFF9D7
8#CAFBE4
9#E4FDF2
Tones
Muted variations
1#18C876
2#22BE75
3#2CB575
4#36AB74
5#3FA173
6#499773
7#538D72
8#5D8472
9#667A71
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;
}