Emerald
#2CB572
GreenColor Codes
All color formats for development
HEX
#2CB572RGB
rgb(44, 181, 114)HSL
hsl(151, 61%, 44%)OKLCH
oklch(0.686 0.151 156.4)CMYK
cmyk(76%, 0%, 37%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A367
2#23915C
3#1F7E50
4#1A6C45
5#165A39
6#12482E
7#0D3622
8#092417
9#04120B
Tints
Lighter variations
1#31CC81
2#47D28F
3#5ED89D
4#75DEAB
5#8CE3B9
6#A3E9C7
7#BAEED5
8#D1F4E3
9#E8F9F1
Tones
Muted variations
1#33AE72
2#39A772
3#40A072
4#479972
5#4E9271
6#558C71
7#5C8571
8#637E71
9#697770
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C6 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA8 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D28F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB572 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23905B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196741 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8EE;
--emerald-200: #CAF2DF;
--emerald-300: #A1E8C6;
--emerald-400: #6FDCA8;
--emerald-500: #46D28F;
--emerald-600: #2CB572;
--emerald-700: #23905B;
--emerald-800: #196741;
--emerald-900: #10422A;
--emerald-950: #0A291A;
}