Emerald
#0FD297
GreenColor Codes
All color formats for development
HEX
#0FD297RGB
rgb(15, 210, 151)HSL
hsl(162, 87%, 44%)OKLCH
oklch(0.766 0.161 164.1)CMYK
cmyk(93%, 0%, 28%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DBD88
2#0CA879
3#0A936A
4#097E5B
5#07694C
6#06543C
7#043F2D
8#032A1E
9#01150F
Tints
Lighter variations
1#10EDAA
2#29F0B5
3#44F2BE
4#5FF4C7
5#79F6D0
6#94F8DA
7#AFF9E3
8#CAFBEC
9#E4FDF6
Tones
Muted variations
1#18C893
2#22BE8F
3#2CB58C
4#36AB88
5#3FA184
6#499780
7#538D7C
8#5D8478
9#667A74
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;
}