Emerald
#1EC291
GreenColor Codes
All color formats for development
HEX
#1EC291RGB
rgb(30, 194, 145)HSL
hsl(162, 73%, 44%)OKLCH
oklch(0.724 0.145 166.1)CMYK
cmyk(85%, 0%, 25%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BAF82
2#189B74
3#158865
4#127457
5#0F6148
6#0C4E3A
7#093A2B
8#06271D
9#03130E
Tints
Lighter variations
1#22DBA3
2#39E0AE
3#52E4B8
4#6BE8C2
5#83ECCC
6#9CF0D7
7#B5F3E1
8#CEF7EB
9#E6FBF5
Tones
Muted variations
1#26BA8E
2#2FB28A
3#37AA87
4#3FA184
5#479981
6#4F917D
7#58897A
8#608177
9#687873
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C0 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4735 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E0FAF2;
--emerald-200: #C6F6E8;
--emerald-300: #9AEFD5;
--emerald-400: #65E7C0;
--emerald-500: #38E0AE;
--emerald-600: #1EC291;
--emerald-700: #189A73;
--emerald-800: #116E52;
--emerald-900: #0B4735;
--emerald-950: #072C21;
}