Emerald
#23BE68
GreenColor Codes
All color formats for development
HEX
#23BE68RGB
rgb(35, 190, 104)HSL
hsl(147, 69%, 44%)OKLCH
oklch(0.706 0.174 152.5)CMYK
cmyk(82%, 0%, 45%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB5E
2#1C9854
3#188549
4#15723F
5#115F34
6#0E4C2A
7#0A391F
8#072615
9#03130A
Tints
Lighter variations
1#27D676
2#3EDC85
3#56E094
4#6EE4A3
5#86E9B3
6#9EEDC2
7#B7F2D1
8#CFF6E0
9#E7FBF0
Tones
Muted variations
1#2BB669
2#32AE6A
3#3AA66B
4#429F6C
5#49976C
6#518F6D
7#59876E
8#61806F
9#68786F
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 #9CEDC0 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3A0 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB84 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9753 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4526 | 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: #9CEDC0;
--emerald-400: #68E3A0;
--emerald-500: #3DDB84;
--emerald-600: #23BE68;
--emerald-700: #1C9753;
--emerald-800: #146C3B;
--emerald-900: #0D4526;
--emerald-950: #082B18;
}