Emerald
#23BE6B
GreenColor Codes
All color formats for development
HEX
#23BE6BRGB
rgb(35, 190, 107)HSL
hsl(148, 69%, 44%)OKLCH
oklch(0.707 0.172 153.3)CMYK
cmyk(82%, 0%, 44%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB60
2#1C9856
3#18854B
4#157240
5#115F36
6#0E4C2B
7#0A3920
8#072615
9#03130B
Tints
Lighter variations
1#27D679
2#3EDC88
3#56E096
4#6EE4A5
5#86E9B4
6#9EEDC3
7#B7F2D2
8#CFF6E1
9#E7FBF0
Tones
Muted variations
1#2BB66C
2#32AE6C
3#3AA66D
4#429F6D
5#49976E
6#518F6E
7#59876F
8#61806F
9#687870
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDC2 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3A2 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9755 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4527 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E1F9EC;
--emerald-200: #C7F5DC;
--emerald-300: #9CEDC2;
--emerald-400: #68E3A2;
--emerald-500: #3DDB87;
--emerald-600: #23BE6B;
--emerald-700: #1C9755;
--emerald-800: #146C3D;
--emerald-900: #0D4527;
--emerald-950: #082B18;
}