Emerald
#23BE75
GreenColor Codes
All color formats for development
HEX
#23BE75RGB
rgb(35, 190, 117)HSL
hsl(152, 69%, 44%)OKLCH
oklch(0.708 0.163 156.2)CMYK
cmyk(82%, 0%, 38%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB6A
2#1C985E
3#188552
4#157246
5#115F3B
6#0E4C2F
7#0A3923
8#072617
9#03130C
Tints
Lighter variations
1#27D684
2#3EDC92
3#56E0A0
4#6EE4AD
5#86E9BB
6#9EEDC9
7#B7F2D6
8#CFF6E4
9#E7FBF1
Tones
Muted variations
1#2BB675
2#32AE74
3#3AA674
4#429F73
5#499773
6#518F72
7#598772
8#618071
9#687871
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDC7 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3AA | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB92 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C975D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF8;
--emerald-100: #E1F9EE;
--emerald-200: #C7F5DF;
--emerald-300: #9CEDC7;
--emerald-400: #68E3AA;
--emerald-500: #3DDB92;
--emerald-600: #23BE75;
--emerald-700: #1C975D;
--emerald-800: #146C43;
--emerald-900: #0D452B;
--emerald-950: #082B1B;
}