Emerald
#23BE80
GreenColor Codes
All color formats for development
HEX
#23BE80RGB
rgb(35, 190, 128)HSL
hsl(156, 69%, 44%)OKLCH
oklch(0.711 0.153 160)CMYK
cmyk(82%, 0%, 33%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB73
2#1C9866
3#188559
4#15724D
5#115F40
6#0E4C33
7#0A3926
8#07261A
9#03130D
Tints
Lighter variations
1#27D690
2#3EDC9D
3#56E0A9
4#6EE4B5
5#86E9C1
6#9EEDCE
7#B7F2DA
8#CFF6E6
9#E7FBF3
Tones
Muted variations
1#2BB67E
2#32AE7D
3#3AA67B
4#429F79
5#499778
6#518F76
7#598775
8#618073
9#687872
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDCC | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3B2 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9766 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF8;
--emerald-100: #E1F9F0;
--emerald-200: #C7F5E2;
--emerald-300: #9CEDCC;
--emerald-400: #68E3B2;
--emerald-500: #3DDB9C;
--emerald-600: #23BE80;
--emerald-700: #1C9766;
--emerald-800: #146C49;
--emerald-900: #0D452E;
--emerald-950: #082B1D;
}