Emerald
#23BE99
CyanColor Codes
All color formats for development
HEX
#23BE99RGB
rgb(35, 190, 153)HSL
hsl(166, 69%, 44%)OKLCH
oklch(0.717 0.133 171.4)CMYK
cmyk(82%, 0%, 19%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB8A
2#1C987B
3#18856B
4#15725C
5#115F4D
6#0E4C3D
7#0A392E
8#07261F
9#03130F
Tints
Lighter variations
1#27D6AD
2#3EDCB7
3#56E0C0
4#6EE4C9
5#86E9D2
6#9EEDDB
7#B7F2E4
8#CFF6ED
9#E7FBF6
Tones
Muted variations
1#2BB695
2#32AE91
3#3AA68D
4#429F89
5#499785
6#518F81
7#59877D
8#618078
9#687874
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDA | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C7 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C977A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4538 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E1F9F4;
--emerald-200: #C7F5EA;
--emerald-300: #9CEDDA;
--emerald-400: #68E3C7;
--emerald-500: #3DDBB6;
--emerald-600: #23BE99;
--emerald-700: #1C977A;
--emerald-800: #146C57;
--emerald-900: #0D4538;
--emerald-950: #082B23;
}