Emerald
#23BE82
GreenColor Codes
All color formats for development
HEX
#23BE82RGB
rgb(35, 190, 130)HSL
hsl(157, 69%, 44%)OKLCH
oklch(0.711 0.151 160.8)CMYK
cmyk(82%, 0%, 32%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB75
2#1C9868
3#18855B
4#15724E
5#115F41
6#0E4C34
7#0A3927
8#07261A
9#03130D
Tints
Lighter variations
1#27D693
2#3EDC9F
3#56E0AB
4#6EE4B7
5#86E9C3
6#9EEDCF
7#B7F2DB
8#CFF6E7
9#E7FBF3
Tones
Muted variations
1#2BB680
2#32AE7F
3#3AA67D
4#429F7B
5#499779
6#518F77
7#598776
8#618074
9#687872
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDCE | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3B4 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9768 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E1F9F0;
--emerald-200: #C7F5E3;
--emerald-300: #9CEDCE;
--emerald-400: #68E3B4;
--emerald-500: #3DDB9F;
--emerald-600: #23BE82;
--emerald-700: #1C9768;
--emerald-800: #146C4A;
--emerald-900: #0D452F;
--emerald-950: #082B1E;
}