Emerald
#2AB794
CyanColor Codes
All color formats for development
HEX
#2AB794RGB
rgb(42, 183, 148)HSL
hsl(165, 63%, 44%)OKLCH
oklch(0.699 0.127 171.4)CMYK
cmyk(77%, 0%, 19%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A585
2#219276
3#1D8067
4#196E59
5#155B4A
6#11493B
7#0C372C
8#08251E
9#04120F
Tints
Lighter variations
1#2FCEA6
2#45D5B1
3#5CDABB
4#73DFC4
5#8BE5CE
6#A2EAD8
7#B9EFE2
8#D0F4EB
9#E8FAF5
Tones
Muted variations
1#31B090
2#38A98C
3#3FA289
4#469B85
5#4D9482
6#548C7E
7#5B857B
8#627E77
9#697774
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC2 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB794 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219175 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186854 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4336 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFA;
--emerald-100: #E2F8F3;
--emerald-200: #C9F3E8;
--emerald-300: #9FE9D7;
--emerald-400: #6EDEC2;
--emerald-500: #44D5B0;
--emerald-600: #2AB794;
--emerald-700: #219175;
--emerald-800: #186854;
--emerald-900: #0F4336;
--emerald-950: #092A22;
}