Emerald
#1AC7A7
CyanColor Codes
All color formats for development
HEX
#1AC7A7RGB
rgb(26, 199, 167)HSL
hsl(169, 77%, 44%)OKLCH
oklch(0.743 0.136 175.2)CMYK
cmyk(87%, 0%, 16%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B396
2#159F86
3#128B75
4#0F7764
5#0D6353
6#0A4F43
7#083C32
8#052821
9#031411
Tints
Lighter variations
1#1DE0BC
2#35E5C4
3#4EE8CC
4#67EBD3
5#81EFDA
6#9AF2E2
7#B3F5E9
8#CCF8F0
9#E6FCF8
Tones
Muted variations
1#22BEA1
2#2BB59C
3#34AD97
4#3CA491
5#459B8C
6#4E9386
7#568A81
8#5F817B
9#687976
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E1 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F715F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09483D | 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: #F1FDFB;
--emerald-100: #DFFBF6;
--emerald-200: #C4F7EE;
--emerald-300: #97F2E1;
--emerald-400: #61EAD1;
--emerald-500: #34E5C4;
--emerald-600: #1AC7A7;
--emerald-700: #159E85;
--emerald-800: #0F715F;
--emerald-900: #09483D;
--emerald-950: #062D26;
}