Emerald
#2AB79B
CyanColor Codes
All color formats for development
HEX
#2AB79BRGB
rgb(42, 183, 155)HSL
hsl(168, 63%, 44%)OKLCH
oklch(0.701 0.122 175.5)CMYK
cmyk(77%, 0%, 15%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A58B
2#21927C
3#1D806C
4#196E5D
5#155B4D
6#11493E
7#0C372E
8#08251F
9#04120F
Tints
Lighter variations
1#2FCEAE
2#45D5B8
3#5CDAC1
4#73DFCA
5#8BE5D3
6#A2EADB
7#B9EFE4
8#D0F4ED
9#E8FAF6
Tones
Muted variations
1#31B096
2#38A992
3#3FA28E
4#469B8A
5#4D9485
6#548C81
7#5B857D
8#627E79
9#697774
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DB | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC7 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB79B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21917B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4338 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFA;
--emerald-100: #E2F8F4;
--emerald-200: #C9F3EA;
--emerald-300: #9FE9DB;
--emerald-400: #6EDEC7;
--emerald-500: #44D5B8;
--emerald-600: #2AB79B;
--emerald-700: #21917B;
--emerald-800: #186858;
--emerald-900: #0F4338;
--emerald-950: #092A23;
}