Emerald
#2AB798
CyanColor Codes
All color formats for development
HEX
#2AB798RGB
rgb(42, 183, 152)HSL
hsl(167, 63%, 44%)OKLCH
oklch(0.7 0.124 173.7)CMYK
cmyk(77%, 0%, 17%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A589
2#21927A
3#1D806B
4#196E5B
5#155B4C
6#11493D
7#0C372E
8#08251E
9#04120F
Tints
Lighter variations
1#2FCEAC
2#45D5B6
3#5CDABF
4#73DFC8
5#8BE5D1
6#A2EADA
7#B9EFE3
8#D0F4ED
9#E8FAF6
Tones
Muted variations
1#31B094
2#38A990
3#3FA28C
4#469B88
5#4D9484
6#548C80
7#5B857C
8#627E78
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 #9FE9D9 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC6 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB798 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4337 | 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: #9FE9D9;
--emerald-400: #6EDEC6;
--emerald-500: #44D5B5;
--emerald-600: #2AB798;
--emerald-700: #219179;
--emerald-800: #186857;
--emerald-900: #0F4337;
--emerald-950: #092A23;
}