Emerald
#1AC7AD
CyanColor Codes
All color formats for development
HEX
#1AC7ADRGB
rgb(26, 199, 173)HSL
hsl(171, 77%, 44%)OKLCH
oklch(0.744 0.133 178.5)CMYK
cmyk(87%, 0%, 13%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B39B
2#159F8A
3#128B79
4#0F7768
5#0D6356
6#0A4F45
7#083C34
8#052823
9#031411
Tints
Lighter variations
1#1DE0C3
2#35E5CA
3#4EE8D1
4#67EBD8
5#81EFDE
6#9AF2E5
7#B3F5EB
8#CCF8F2
9#E6FCF8
Tones
Muted variations
1#22BEA7
2#2BB5A1
3#34AD9B
4#3CA494
5#459B8E
6#4E9388
7#568A82
8#5F817C
9#687976
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E4 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAD6 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09483F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFB;
--emerald-100: #DFFBF7;
--emerald-200: #C4F7F0;
--emerald-300: #97F2E4;
--emerald-400: #61EAD6;
--emerald-500: #34E5CA;
--emerald-600: #1AC7AD;
--emerald-700: #159E89;
--emerald-800: #0F7162;
--emerald-900: #09483F;
--emerald-950: #062D27;
}