Emerald
#2CB580
GreenColor Codes
All color formats for development
HEX
#2CB580RGB
rgb(44, 181, 128)HSL
hsl(157, 61%, 44%)OKLCH
oklch(0.689 0.139 161.9)CMYK
cmyk(76%, 0%, 29%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A373
2#239167
3#1F7E5A
4#1A6C4D
5#165A40
6#124833
7#0D3626
8#09241A
9#04120D
Tints
Lighter variations
1#31CC90
2#47D29D
3#5ED8A9
4#75DEB6
5#8CE3C2
6#A3E9CE
7#BAEEDA
8#D1F4E7
9#E8F9F3
Tones
Muted variations
1#33AE7F
2#39A77D
3#40A07B
4#47997A
5#4E9278
6#558C77
7#5C8575
8#637E73
9#697772
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CD | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB2 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D29D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB580 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239066 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8F0;
--emerald-200: #CAF2E3;
--emerald-300: #A1E8CD;
--emerald-400: #6FDCB2;
--emerald-500: #46D29D;
--emerald-600: #2CB580;
--emerald-700: #239066;
--emerald-800: #196749;
--emerald-900: #10422F;
--emerald-950: #0A291D;
}