Emerald
#2CB597
CyanColor Codes
All color formats for development
HEX
#2CB597RGB
rgb(44, 181, 151)HSL
hsl(167, 61%, 44%)OKLCH
oklch(0.695 0.122 174)CMYK
cmyk(76%, 0%, 17%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A388
2#239179
3#1F7E6A
4#1A6C5B
5#165A4B
6#12483C
7#0D362D
8#09241E
9#04120F
Tints
Lighter variations
1#31CCAA
2#47D2B4
3#5ED8BE
4#75DEC7
5#8CE3D0
6#A3E9DA
7#BAEEE3
8#D1F4EC
9#E8F9F6
Tones
Muted variations
1#33AE93
2#39A78F
3#40A08B
4#479987
5#4E9284
6#558C80
7#5C857C
8#637E78
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 | CAF2 #CAF2E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D9 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC5 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB597 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239078 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196756 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104237 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFA;
--emerald-100: #E2F8F3;
--emerald-200: #CAF2E9;
--emerald-300: #A1E8D9;
--emerald-400: #6FDCC5;
--emerald-500: #46D2B4;
--emerald-600: #2CB597;
--emerald-700: #239078;
--emerald-800: #196756;
--emerald-900: #104237;
--emerald-950: #0A2922;
}