Emerald
#2CB587
GreenColor Codes
All color formats for development
HEX
#2CB587RGB
rgb(44, 181, 135)HSL
hsl(160, 61%, 44%)OKLCH
oklch(0.691 0.133 165.2)CMYK
cmyk(76%, 0%, 25%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A37A
2#23916C
3#1F7E5F
4#1A6C51
5#165A44
6#124836
7#0D3629
8#09241B
9#04120E
Tints
Lighter variations
1#31CC98
2#47D2A4
3#5ED8AF
4#75DEBB
5#8CE3C6
6#A3E9D1
7#BAEEDD
8#D1F4E8
9#E8F9F4
Tones
Muted variations
1#33AE85
2#39A782
3#40A080
4#47997E
5#4E927C
6#558C79
7#5C8577
8#637E75
9#697772
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 #A1E8D0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB8 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB587 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104231 | 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: #A1E8D0;
--emerald-400: #6FDCB8;
--emerald-500: #46D2A4;
--emerald-600: #2CB587;
--emerald-700: #23906B;
--emerald-800: #19674D;
--emerald-900: #104231;
--emerald-950: #0A291F;
}