Emerald
#1EC2A7
CyanColor Codes
All color formats for development
HEX
#1EC2A7RGB
rgb(30, 194, 167)HSL
hsl(170, 73%, 44%)OKLCH
oklch(0.73 0.13 177.5)CMYK
cmyk(85%, 0%, 14%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BAF96
2#189B85
3#158875
4#127464
5#0F6153
6#0C4E43
7#093A32
8#062721
9#031311
Tints
Lighter variations
1#22DBBC
2#39E0C4
3#52E4CC
4#6BE8D3
5#83ECDA
6#9CF0E2
7#B5F3E9
8#CEF7F0
9#E6FBF8
Tones
Muted variations
1#26BAA1
2#2FB29C
3#37AA96
4#3FA191
5#47998C
6#4F9186
7#588981
8#60817B
9#687876
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE1 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFB;
--emerald-100: #E0FAF6;
--emerald-200: #C6F6EE;
--emerald-300: #9AEFE1;
--emerald-400: #65E7D1;
--emerald-500: #38E0C4;
--emerald-600: #1EC2A7;
--emerald-700: #189A85;
--emerald-800: #116E5F;
--emerald-900: #0B473D;
--emerald-950: #072C26;
}