Emerald
#23BEA9
CyanColor Codes
All color formats for development
HEX
#23BEA9RGB
rgb(35, 190, 169)HSL
hsl(172, 69%, 44%)OKLCH
oklch(0.722 0.124 180.7)CMYK
cmyk(82%, 0%, 11%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB98
2#1C9887
3#188576
4#157265
5#115F54
6#0E4C44
7#0A3933
8#072622
9#031311
Tints
Lighter variations
1#27D6BE
2#3EDCC7
3#56E0CE
4#6EE4D5
5#86E9DC
6#9EEDE3
7#B7F2EA
8#CFF6F1
9#E7FBF8
Tones
Muted variations
1#2BB6A3
2#32AE9E
3#3AA698
4#429F92
5#49978D
6#518F87
7#598781
8#61807C
9#687876
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE2 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9786 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFB;
--emerald-100: #E1F9F6;
--emerald-200: #C7F5EF;
--emerald-300: #9CEDE2;
--emerald-400: #68E3D3;
--emerald-500: #3DDBC6;
--emerald-600: #23BEA9;
--emerald-700: #1C9786;
--emerald-800: #146C60;
--emerald-900: #0D453D;
--emerald-950: #082B26;
}