Emerald
#23BEA4
CyanColor Codes
All color formats for development
HEX
#23BEA4RGB
rgb(35, 190, 164)HSL
hsl(170, 69%, 44%)OKLCH
oklch(0.72 0.127 177.6)CMYK
cmyk(82%, 0%, 14%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB93
2#1C9883
3#188573
4#157262
5#115F52
6#0E4C42
7#0A3931
8#072621
9#031310
Tints
Lighter variations
1#27D6B9
2#3EDCC1
3#56E0C9
4#6EE4D1
5#86E9D8
6#9EEDE0
7#B7F2E8
8#CFF6F0
9#E7FBF7
Tones
Muted variations
1#2BB69F
2#32AE99
3#3AA694
4#429F8F
5#49978A
6#518F85
7#598780
8#61807B
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 #C7F5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDF | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3CF | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453C | 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: #C7F5ED;
--emerald-300: #9CEDDF;
--emerald-400: #68E3CF;
--emerald-500: #3DDBC1;
--emerald-600: #23BEA4;
--emerald-700: #1C9782;
--emerald-800: #146C5D;
--emerald-900: #0D453C;
--emerald-950: #082B25;
}