Emerald
#22BF92
GreenColor Codes
All color formats for development
HEX
#22BF92RGB
rgb(34, 191, 146)HSL
hsl(163, 70%, 44%)OKLCH
oklch(0.717 0.14 167.5)CMYK
cmyk(82%, 0%, 24%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EAC84
2#1B9975
3#188666
4#147258
5#115F49
6#0D4C3A
7#0A392C
8#07261D
9#03130F
Tints
Lighter variations
1#26D7A5
2#3DDDAF
3#55E1B9
4#6DE5C3
5#86EACD
6#9EEED7
7#B6F2E1
8#CEF6EB
9#E7FBF5
Tones
Muted variations
1#2AB78F
2#31AF8B
3#39A788
4#419F85
5#499781
6#51907E
7#59887A
8#608077
9#687874
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDD6 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4C1 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9874 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4535 | 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: #F2FDFA;
--emerald-100: #E1FAF3;
--emerald-200: #C7F5E8;
--emerald-300: #9BEDD6;
--emerald-400: #67E4C1;
--emerald-500: #3CDDAF;
--emerald-600: #22BF92;
--emerald-700: #1B9874;
--emerald-800: #136C53;
--emerald-900: #0C4535;
--emerald-950: #082B21;
}