Emerald
#23BE7D
GreenColor Codes
All color formats for development
HEX
#23BE7DRGB
rgb(35, 190, 125)HSL
hsl(155, 69%, 44%)OKLCH
oklch(0.71 0.155 158.9)CMYK
cmyk(82%, 0%, 34%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB71
2#1C9864
3#188558
4#15724B
5#115F3F
6#0E4C32
7#0A3926
8#072619
9#03130D
Tints
Lighter variations
1#27D68D
2#3EDC9A
3#56E0A7
4#6EE4B3
5#86E9C0
6#9EEDCC
7#B7F2D9
8#CFF6E6
9#E7FBF2
Tones
Muted variations
1#2BB67C
2#32AE7B
3#3AA679
4#429F78
5#499777
6#518F75
7#598774
8#618073
9#687871
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDCB | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3B0 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9764 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF8;
--emerald-100: #E1F9EF;
--emerald-200: #C7F5E2;
--emerald-300: #9CEDCB;
--emerald-400: #68E3B0;
--emerald-500: #3DDB99;
--emerald-600: #23BE7D;
--emerald-700: #1C9764;
--emerald-800: #146C47;
--emerald-900: #0D452D;
--emerald-950: #082B1C;
}