Emerald
#2CB567
GreenColor Codes
All color formats for development
HEX
#2CB567RGB
rgb(44, 181, 103)HSL
hsl(146, 61%, 44%)OKLCH
oklch(0.684 0.161 153)CMYK
cmyk(76%, 0%, 43%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A35D
2#239152
3#1F7E48
4#1A6C3E
5#165A34
6#124829
7#0D361F
8#092415
9#04120A
Tints
Lighter variations
1#31CC74
2#47D283
3#5ED893
4#75DEA2
5#8CE3B2
6#A3E9C1
7#BAEED1
8#D1F4E0
9#E8F9F0
Tones
Muted variations
1#33AE68
2#39A769
3#40A06A
4#47996B
5#4E926C
6#558C6D
7#5C856D
8#637E6E
9#69776F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9E | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D283 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB567 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239052 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104225 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E2F8EC;
--emerald-200: #CAF2DB;
--emerald-300: #A1E8C0;
--emerald-400: #6FDC9E;
--emerald-500: #46D283;
--emerald-600: #2CB567;
--emerald-700: #239052;
--emerald-800: #19673B;
--emerald-900: #104225;
--emerald-950: #0A2917;
}