Emerald
#2AB7A2
CyanColor Codes
All color formats for development
HEX
#2AB7A2RGB
rgb(42, 183, 162)HSL
hsl(171, 63%, 44%)OKLCH
oklch(0.703 0.119 180)CMYK
cmyk(77%, 0%, 11%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A592
2#219281
3#1D8071
4#196E61
5#155B51
6#114941
7#0C3731
8#082520
9#041210
Tints
Lighter variations
1#2FCEB6
2#45D5BF
3#5CDAC7
4#73DFCF
5#8BE5D7
6#A2EADF
7#B9EFE7
8#D0F4EF
9#E8FAF7
Tones
Muted variations
1#31B09D
2#38A998
3#3FA293
4#469B8E
5#4D9489
6#548C84
7#5B857F
8#627E7A
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 #C9F3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DE | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECD | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433B | 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: #C9F3EC;
--emerald-300: #9FE9DE;
--emerald-400: #6EDECD;
--emerald-500: #44D5BF;
--emerald-600: #2AB7A2;
--emerald-700: #219181;
--emerald-800: #18685C;
--emerald-900: #0F433B;
--emerald-950: #092A25;
}