Emerald
#1FC19B
CyanColor Codes
All color formats for development
HEX
#1FC19BRGB
rgb(31, 193, 155)HSL
hsl(166, 72%, 44%)OKLCH
oklch(0.725 0.136 171.3)CMYK
cmyk(84%, 0%, 20%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAE8C
2#199A7C
3#16876D
4#13745D
5#10604E
6#0D4D3E
7#093A2F
8#06271F
9#031310
Tints
Lighter variations
1#23DAAF
2#3BDFB9
3#53E3C1
4#6CE7CA
5#84EBD3
6#9DEFDC
7#B5F3E5
8#CEF7ED
9#E6FBF6
Tones
Muted variations
1#27B997
2#30B193
3#38A98E
4#40A18A
5#489986
6#509181
7#58887D
8#608079
9#687875
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDB | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6C8 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC19B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4638 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E0FAF4;
--emerald-200: #C6F6EB;
--emerald-300: #9AEFDB;
--emerald-400: #65E6C8;
--emerald-500: #3ADFB8;
--emerald-600: #1FC19B;
--emerald-700: #199A7C;
--emerald-800: #126E58;
--emerald-900: #0B4638;
--emerald-950: #072C23;
}