Emerald
#1EC2A1
CyanColor Codes
All color formats for development
HEX
#1EC2A1RGB
rgb(30, 194, 161)HSL
hsl(168, 73%, 44%)OKLCH
oklch(0.729 0.134 174.1)CMYK
cmyk(85%, 0%, 17%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BAF91
2#189B81
3#158871
4#127461
5#0F6151
6#0C4E41
7#093A30
8#062720
9#031310
Tints
Lighter variations
1#22DBB6
2#39E0BF
3#52E4C7
4#6BE8CF
5#83ECD7
6#9CF0DF
7#B5F3E7
8#CEF7EF
9#E6FBF7
Tones
Muted variations
1#26BA9C
2#2FB298
3#37AA93
4#3FA18E
5#479989
6#4F9184
7#58897F
8#60817A
9#687875
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDE | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7CD | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFB;
--emerald-100: #E0FAF5;
--emerald-200: #C6F6EC;
--emerald-300: #9AEFDE;
--emerald-400: #65E7CD;
--emerald-500: #38E0BF;
--emerald-600: #1EC2A1;
--emerald-700: #189A80;
--emerald-800: #116E5C;
--emerald-900: #0B473B;
--emerald-950: #072C25;
}