Emerald
#23BEA1
CyanColor Codes
All color formats for development
HEX
#23BEA1RGB
rgb(35, 190, 161)HSL
hsl(169, 69%, 44%)OKLCH
oklch(0.719 0.128 175.8)CMYK
cmyk(82%, 0%, 15%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB91
2#1C9881
3#188571
4#157261
5#115F51
6#0E4C40
7#0A3930
8#072620
9#031310
Tints
Lighter variations
1#27D6B6
2#3EDCBF
3#56E0C7
4#6EE4CF
5#86E9D7
6#9EEDDF
7#B7F2E7
8#CFF6EF
9#E7FBF7
Tones
Muted variations
1#2BB69C
2#32AE97
3#3AA693
4#429F8E
5#499789
6#518F84
7#59877F
8#61807A
9#687875
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDE | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3CD | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFB;
--emerald-100: #E1F9F5;
--emerald-200: #C7F5EC;
--emerald-300: #9CEDDE;
--emerald-400: #68E3CD;
--emerald-500: #3DDBBE;
--emerald-600: #23BEA1;
--emerald-700: #1C9780;
--emerald-800: #146C5C;
--emerald-900: #0D453B;
--emerald-950: #082B25;
}