Emerald
#0FD287
GreenColor Codes
All color formats for development
HEX
#0FD287RGB
rgb(15, 210, 135)HSL
hsl(157, 87%, 44%)OKLCH
oklch(0.762 0.175 158.6)CMYK
cmyk(93%, 0%, 36%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DBD79
2#0CA86C
3#0A935E
4#097E51
5#076943
6#065436
7#043F28
8#032A1B
9#01150D
Tints
Lighter variations
1#10ED98
2#29F0A4
3#44F2AF
4#5FF4BB
5#79F6C6
6#94F8D1
7#AFF9DD
8#CAFBE8
9#E4FDF4
Tones
Muted variations
1#18C885
2#22BE82
3#2CB580
4#36AB7E
5#3FA17C
6#499779
7#538D77
8#5D8475
9#667A72
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;
}