Emerald
#1CC4A8
CyanColor Codes
All color formats for development
HEX
#1CC4A8RGB
rgb(28, 196, 168)HSL
hsl(170, 75%, 44%)OKLCH
oklch(0.736 0.132 177.1)CMYK
cmyk(86%, 0%, 14%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19B197
2#169D87
3#148976
4#117665
5#0E6254
6#0B4F43
7#083B32
8#062722
9#031411
Tints
Lighter variations
1#20DDBE
2#37E2C6
3#50E6CD
4#69EAD4
5#82EDDB
6#9BF1E2
7#B4F4EA
8#CDF8F1
9#E6FBF8
Tones
Muted variations
1#24BCA3
2#2DB49D
3#35AB97
4#3EA392
5#469A8C
6#4F9287
7#578981
8#5F817B
9#687976
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0E2 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9D2 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A473D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFB;
--emerald-100: #E0FBF6;
--emerald-200: #C5F7EE;
--emerald-300: #98F0E2;
--emerald-400: #63E9D2;
--emerald-500: #36E2C6;
--emerald-600: #1CC4A8;
--emerald-700: #169C86;
--emerald-800: #107060;
--emerald-900: #0A473D;
--emerald-950: #062D26;
}