Emerald
#2CB5A2
CyanColor Codes
All color formats for development
HEX
#2CB5A2RGB
rgb(44, 181, 162)HSL
hsl(172, 61%, 44%)OKLCH
oklch(0.698 0.116 181.1)CMYK
cmyk(76%, 0%, 10%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A392
2#239182
3#1F7E72
4#1A6C61
5#165A51
6#124841
7#0D3631
8#092420
9#041210
Tints
Lighter variations
1#31CCB7
2#47D2C0
3#5ED8C8
4#75DED0
5#8CE3D8
6#A3E9DF
7#BAEEE7
8#D1F4EF
9#E8F9F7
Tones
Muted variations
1#33AE9D
2#39A798
3#40A093
4#47998E
5#4E9289
6#558C84
7#5C857F
8#637E7A
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 | CAF2 #CAF2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DF | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCE | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFB;
--emerald-100: #E2F8F5;
--emerald-200: #CAF2ED;
--emerald-300: #A1E8DF;
--emerald-400: #6FDCCE;
--emerald-500: #46D2C0;
--emerald-600: #2CB5A2;
--emerald-700: #239081;
--emerald-800: #19675C;
--emerald-900: #10423B;
--emerald-950: #0A2925;
}