Emerald
#2CB589
GreenColor Codes
All color formats for development
HEX
#2CB589RGB
rgb(44, 181, 137)HSL
hsl(161, 61%, 44%)OKLCH
oklch(0.691 0.132 166.2)CMYK
cmyk(76%, 0%, 24%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A37C
2#23916E
3#1F7E60
4#1A6C52
5#165A45
6#124837
7#0D3629
8#09241B
9#04120E
Tints
Lighter variations
1#31CC9B
2#47D2A6
3#5ED8B1
4#75DEBC
5#8CE3C8
6#A3E9D3
7#BAEEDE
8#D1F4E9
9#E8F9F4
Tones
Muted variations
1#33AE87
2#39A784
3#40A082
4#47997F
5#4E927D
6#558C7A
7#5C8578
8#637E75
9#697773
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBA | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB589 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104232 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF9;
--emerald-100: #E2F8F1;
--emerald-200: #CAF2E5;
--emerald-300: #A1E8D1;
--emerald-400: #6FDCBA;
--emerald-500: #46D2A6;
--emerald-600: #2CB589;
--emerald-700: #23906D;
--emerald-800: #19674E;
--emerald-900: #104232;
--emerald-950: #0A291F;
}