Emerald
#2CB585
GreenColor Codes
All color formats for development
HEX
#2CB585RGB
rgb(44, 181, 133)HSL
hsl(159, 61%, 44%)OKLCH
oklch(0.69 0.135 164.2)CMYK
cmyk(76%, 0%, 27%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A377
2#23916A
3#1F7E5D
4#1A6C50
5#165A42
6#124835
7#0D3628
8#09241B
9#04120D
Tints
Lighter variations
1#31CC96
2#47D2A2
3#5ED8AD
4#75DEB9
5#8CE3C5
6#A3E9D0
7#BAEEDC
8#D1F4E8
9#E8F9F3
Tones
Muted variations
1#33AE83
2#39A781
3#40A07F
4#47997D
5#4E927A
6#558C78
7#5C8576
8#637E74
9#697772
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CF | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB585 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104230 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF9;
--emerald-100: #E2F8F0;
--emerald-200: #CAF2E4;
--emerald-300: #A1E8CF;
--emerald-400: #6FDCB6;
--emerald-500: #46D2A1;
--emerald-600: #2CB585;
--emerald-700: #23906A;
--emerald-800: #19674B;
--emerald-900: #104230;
--emerald-950: #0A291E;
}