Emerald
#27F19A
GreenColor Codes
All color formats for development
HEX
#27F19ARGB
rgb(39, 241, 154)HSL
hsl(154, 88%, 55%)OKLCH
oklch(0.847 0.192 157.6)CMYK
cmyk(84%, 0%, 36%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FED8D
2#0DD37D
3#0CB96E
4#0A9E5E
5#08844E
6#07693F
7#054F2F
8#03351F
9#021A10
Tints
Lighter variations
1#3DF3A4
2#52F4AE
3#68F5B8
4#7EF7C2
5#93F8CC
6#A9F9D6
7#BEFBE1
8#D4FCEB
9#E9FEF5
Tones
Muted variations
1#31E798
2#3BDD97
3#46D396
4#50C994
5#5ABF93
6#64B592
7#6EAB90
8#78A08F
9#82968E
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 #C1FBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CB | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B0 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F19A | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD37D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA864 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2E | 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: #C1FBE2;
--emerald-300: #91F8CB;
--emerald-400: #57F4B0;
--emerald-500: #27F19A;
--emerald-600: #0DD37D;
--emerald-700: #0BA864;
--emerald-800: #087847;
--emerald-900: #054D2E;
--emerald-950: #03301C;
}