Emerald
#2AB7A4
CyanColor Codes
All color formats for development
HEX
#2AB7A4RGB
rgb(42, 183, 164)HSL
hsl(172, 63%, 44%)OKLCH
oklch(0.703 0.118 181.3)CMYK
cmyk(77%, 0%, 10%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A594
2#219283
3#1D8073
4#196E62
5#155B52
6#114942
7#0C3731
8#082521
9#041210
Tints
Lighter variations
1#2FCEB9
2#45D5C2
3#5CDAC9
4#73DFD1
5#8BE5D9
6#A2EAE0
7#B9EFE8
8#D0F4F0
9#E8FAF7
Tones
Muted variations
1#31B09F
2#38A99A
3#3FA294
4#469B8F
5#4D948A
6#548C85
7#5B8580
8#627E7B
9#697775
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DF | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECF | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFB;
--emerald-100: #E2F8F5;
--emerald-200: #C9F3ED;
--emerald-300: #9FE9DF;
--emerald-400: #6EDECF;
--emerald-500: #44D5C1;
--emerald-600: #2AB7A4;
--emerald-700: #219182;
--emerald-800: #18685D;
--emerald-900: #0F433C;
--emerald-950: #092A25;
}