Emerald
#2CB569
GreenColor Codes
All color formats for development
HEX
#2CB569RGB
rgb(44, 181, 105)HSL
hsl(147, 61%, 44%)OKLCH
oklch(0.684 0.16 153.5)CMYK
cmyk(76%, 0%, 42%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A35F
2#239154
3#1F7E4A
4#1A6C3F
5#165A35
6#12482A
7#0D3620
8#092415
9#04120B
Tints
Lighter variations
1#31CC77
2#47D286
3#5ED895
4#75DEA4
5#8CE3B3
6#A3E9C2
7#BAEED2
8#D1F4E1
9#E8F9F0
Tones
Muted variations
1#33AE6A
2#39A76B
3#40A06B
4#47996C
5#4E926D
6#558C6D
7#5C856E
8#637E6F
9#697770
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 #CAF2DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA0 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D285 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB569 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239054 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104226 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E2F8EC;
--emerald-200: #CAF2DC;
--emerald-300: #A1E8C1;
--emerald-400: #6FDCA0;
--emerald-500: #46D285;
--emerald-600: #2CB569;
--emerald-700: #239054;
--emerald-800: #19673C;
--emerald-900: #104226;
--emerald-950: #0A2918;
}