Emerald
#0BD59F
GreenColor Codes
All color formats for development
HEX
#0BD59FRGB
rgb(11, 213, 159)HSL
hsl(164, 90%, 44%)OKLCH
oklch(0.775 0.159 166.4)CMYK
cmyk(95%, 0%, 25%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AC08F
2#09AB7F
3#089570
4#078060
5#066B50
6#045540
7#034030
8#022B20
9#011510
Tints
Lighter variations
1#0DF0B4
2#26F4BD
3#41F5C5
4#5CF6CD
5#77F8D6
6#92F9DE
7#AEFBE6
8#C9FCEE
9#E4FEF7
Tones
Muted variations
1#15CB9B
2#1FC196
3#2AB791
4#34AD8C
5#3EA388
6#489983
7#528E7E
8#5C847A
9#667A75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DD | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6CB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD59F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06795B | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FEFB;
--emerald-100: #DDFDF5;
--emerald-200: #C0FCEC;
--emerald-300: #90F9DD;
--emerald-400: #55F6CB;
--emerald-500: #25F4BC;
--emerald-600: #0BD59F;
--emerald-700: #09AA7F;
--emerald-800: #06795B;
--emerald-900: #044E3A;
--emerald-950: #033024;
}