Emerald
#27F196
GreenColor Codes
All color formats for development
HEX
#27F196RGB
rgb(39, 241, 150)HSL
hsl(153, 88%, 55%)OKLCH
oklch(0.846 0.196 156.6)CMYK
cmyk(84%, 0%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FED89
2#0DD37A
3#0CB96B
4#0A9E5C
5#08844C
6#07693D
7#054F2E
8#03351F
9#021A0F
Tints
Lighter variations
1#3DF3A1
2#52F4AB
3#68F5B6
4#7EF7C0
5#93F8CB
6#A9F9D5
7#BEFBE0
8#D4FCEA
9#E9FEF5
Tones
Muted variations
1#31E795
2#3BDD94
3#46D393
4#50C992
5#5ABF91
6#64B590
7#6EAB8F
8#78A08E
9#82968D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CA | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4AE | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F196 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD37A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA861 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087845 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DDFDEF;
--emerald-200: #C1FBE1;
--emerald-300: #91F8CA;
--emerald-400: #57F4AE;
--emerald-500: #27F196;
--emerald-600: #0DD37A;
--emerald-700: #0BA861;
--emerald-800: #087845;
--emerald-900: #054D2C;
--emerald-950: #03301C;
}