Emerald
#3DDBBE
CyanColor Codes
All color formats for development
HEX
#3DDBBERGB
rgb(61, 219, 190)HSL
hsl(169, 69%, 55%)OKLCH
oklch(0.804 0.135 177.4)CMYK
cmyk(72%, 0%, 13%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27D5B5
2#23BEA1
3#1EA68D
4#1A8E79
5#167765
6#115F51
7#0D473C
8#092F28
9#041814
Tints
Lighter variations
1#50DFC5
2#64E3CB
3#77E6D2
4#8BEAD8
5#9EEDDF
6#B1F1E5
7#C5F4EC
8#D8F8F2
9#ECFBF9
Tones
Muted variations
1#45D4B9
2#4DCCB4
3#55C4AF
4#5DBCAA
5#65B4A5
6#6DACA0
7#74A49B
8#7C9C96
9#849491
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;
}