Emerald
#1EFA9F
GreenColor Codes
All color formats for development
HEX
#1EFA9FRGB
rgb(30, 250, 159)HSL
hsl(155, 96%, 55%)OKLCH
oklch(0.869 0.2 157.7)CMYK
cmyk(88%, 0%, 36%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F792
2#04DC82
3#04C072
4#03A562
5#038951
6#026E41
7#025231
8#013721
9#011B10
Tints
Lighter variations
1#35FBA8
2#4BFBB2
3#62FCBC
4#78FCC5
5#8FFDCF
6#A5FDD8
7#BCFEE2
8#D2FEEC
9#E9FFF5
Tones
Muted variations
1#29EF9D
2#34E49B
3#3FD999
4#4ACE97
5#55C395
6#60B894
7#6BAD92
8#76A290
9#81978E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDCE | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBB4 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFA9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02502F | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF9;
--emerald-100: #DCFEF0;
--emerald-200: #BEFEE3;
--emerald-300: #8CFDCE;
--emerald-400: #50FBB4;
--emerald-500: #1EFA9F;
--emerald-600: #04DC82;
--emerald-700: #04AF68;
--emerald-800: #037D4A;
--emerald-900: #02502F;
--emerald-950: #01321E;
}