Emerald
#23BE8F
GreenColor Codes
All color formats for development
HEX
#23BE8FRGB
rgb(35, 190, 143)HSL
hsl(162, 69%, 44%)OKLCH
oklch(0.714 0.14 166.3)CMYK
cmyk(82%, 0%, 25%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB81
2#1C9873
3#188564
4#157256
5#115F48
6#0E4C39
7#0A392B
8#07261D
9#03130E
Tints
Lighter variations
1#27D6A1
2#3EDCAC
3#56E0B7
4#6EE4C1
5#86E9CB
6#9EEDD6
7#B7F2E0
8#CFF6EA
9#E7FBF5
Tones
Muted variations
1#2BB68C
2#32AE89
3#3AA686
4#429F83
5#499780
6#518F7D
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 #C7F5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDD5 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3BE | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE8F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9772 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4534 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E1F9F2;
--emerald-200: #C7F5E7;
--emerald-300: #9CEDD5;
--emerald-400: #68E3BE;
--emerald-500: #3DDBAC;
--emerald-600: #23BE8F;
--emerald-700: #1C9772;
--emerald-800: #146C51;
--emerald-900: #0D4534;
--emerald-950: #082B21;
}