Emerald
#23BE8D
GreenColor Codes
All color formats for development
HEX
#23BE8DRGB
rgb(35, 190, 141)HSL
hsl(161, 69%, 44%)OKLCH
oklch(0.714 0.142 165.4)CMYK
cmyk(82%, 0%, 26%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB7F
2#1C9870
3#188562
4#157254
5#115F46
6#0E4C38
7#0A392A
8#07261C
9#03130E
Tints
Lighter variations
1#27D69E
2#3EDCAA
3#56E0B4
4#6EE4BF
5#86E9CA
6#9EEDD4
7#B7F2DF
8#CFF6EA
9#E7FBF4
Tones
Muted variations
1#2BB68A
2#32AE87
3#3AA684
4#429F81
5#49977E
6#518F7C
7#598779
8#618076
9#687873
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDD3 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3BC | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4533 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E1F9F2;
--emerald-200: #C7F5E6;
--emerald-300: #9CEDD3;
--emerald-400: #68E3BC;
--emerald-500: #3DDBA9;
--emerald-600: #23BE8D;
--emerald-700: #1C9770;
--emerald-800: #146C50;
--emerald-900: #0D4533;
--emerald-950: #082B20;
}