Emerald
#23BEAC
CyanColor Codes
All color formats for development
HEX
#23BEACRGB
rgb(35, 190, 172)HSL
hsl(173, 69%, 44%)OKLCH
oklch(0.722 0.123 182.6)CMYK
cmyk(82%, 0%, 9%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB9A
2#1C9889
3#188578
4#157267
5#115F56
6#0E4C45
7#0A3933
8#072622
9#031311
Tints
Lighter variations
1#27D6C1
2#3EDCC9
3#56E0D0
4#6EE4D7
5#86E9DD
6#9EEDE4
7#B7F2EB
8#CFF6F2
9#E7FBF8
Tones
Muted variations
1#2BB6A6
2#32AEA0
3#3AA69A
4#429F94
5#49978E
6#518F88
7#598782
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 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE3 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D5 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9788 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFB;
--emerald-100: #E1F9F7;
--emerald-200: #C7F5EF;
--emerald-300: #9CEDE3;
--emerald-400: #68E3D5;
--emerald-500: #3DDBC9;
--emerald-600: #23BEAC;
--emerald-700: #1C9788;
--emerald-800: #146C61;
--emerald-900: #0D453E;
--emerald-950: #082B27;
}