Emerald
#1FC1A1
CyanColor Codes
All color formats for development
HEX
#1FC1A1RGB
rgb(31, 193, 161)HSL
hsl(168, 72%, 44%)OKLCH
oklch(0.726 0.132 174.5)CMYK
cmyk(84%, 0%, 17%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAE91
2#199A81
3#168770
4#137460
5#106050
6#0D4D40
7#093A30
8#062720
9#031310
Tints
Lighter variations
1#23DAB5
2#3BDFBE
3#53E3C6
4#6CE7CE
5#84EBD6
6#9DEFDF
7#B5F3E7
8#CEF7EF
9#E6FBF7
Tones
Muted variations
1#27B99C
2#30B197
3#38A992
4#40A18D
5#489988
6#509184
7#58887F
8#60807A
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 | 65E6 #65E6CC | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B463A | 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: #65E6CC;
--emerald-500: #3ADFBE;
--emerald-600: #1FC1A1;
--emerald-700: #199A80;
--emerald-800: #126E5B;
--emerald-900: #0B463A;
--emerald-950: #072C25;
}