Emerald
#1EFAA6
GreenColor Codes
All color formats for development
HEX
#1EFAA6RGB
rgb(30, 250, 166)HSL
hsl(157, 96%, 55%)OKLCH
oklch(0.871 0.194 159.6)CMYK
cmyk(88%, 0%, 34%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F79A
2#04DC89
3#04C078
4#03A567
5#038956
6#026E45
7#025233
8#013722
9#011B11
Tints
Lighter variations
1#35FBAF
2#4BFBB8
3#62FCC1
4#78FCCA
5#8FFDD2
6#A5FDDB
7#BCFEE4
8#D2FEED
9#E9FFF6
Tones
Muted variations
1#29EFA3
2#34E4A1
3#3FD99E
4#4ACE9C
5#55C399
6#60B897
7#6BAD94
8#76A291
9#81978F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDD1 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBBA | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025032 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F0FFF9;
--emerald-100: #DCFEF1;
--emerald-200: #BEFEE5;
--emerald-300: #8CFDD1;
--emerald-400: #50FBBA;
--emerald-500: #1EFAA6;
--emerald-600: #04DC89;
--emerald-700: #04AF6D;
--emerald-800: #037D4E;
--emerald-900: #025032;
--emerald-950: #01321F;
}