Emerald
#1AC7A1
CyanColor Codes
All color formats for development
HEX
#1AC7A1RGB
rgb(26, 199, 161)HSL
hsl(167, 77%, 44%)OKLCH
oklch(0.741 0.14 172)CMYK
cmyk(87%, 0%, 19%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B391
2#159F81
3#128B71
4#0F7761
5#0D6351
6#0A4F40
7#083C30
8#052820
9#031410
Tints
Lighter variations
1#1DE0B6
2#35E5BF
3#4EE8C7
4#67EBCF
5#81EFD7
6#9AF2DF
7#B3F5E7
8#CCF8EF
9#E6FCF7
Tones
Muted variations
1#22BE9C
2#2BB597
3#34AD92
4#3CA48E
5#459B89
6#4E9384
7#568A7F
8#5F817A
9#687975
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DE | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EACD | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F715C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09483B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFB;
--emerald-100: #DFFBF5;
--emerald-200: #C4F7EC;
--emerald-300: #97F2DE;
--emerald-400: #61EACD;
--emerald-500: #34E5BE;
--emerald-600: #1AC7A1;
--emerald-700: #159E80;
--emerald-800: #0F715C;
--emerald-900: #09483B;
--emerald-950: #062D25;
}