Emerald
#3DDBC1
CyanColor Codes
All color formats for development
HEX
#3DDBC1RGB
rgb(61, 219, 193)HSL
hsl(170, 69%, 55%)OKLCH
oklch(0.805 0.133 179)CMYK
cmyk(72%, 0%, 12%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27D5B8
2#23BEA4
3#1EA68F
4#1A8E7B
5#167766
6#115F52
7#0D473D
8#092F29
9#041814
Tints
Lighter variations
1#50DFC7
2#64E3CD
3#77E6D4
4#8BEADA
5#9EEDE0
6#B1F1E6
7#C5F4EC
8#D8F8F3
9#ECFBF9
Tones
Muted variations
1#45D4BC
2#4DCCB6
3#55C4B1
4#5DBCAC
5#65B4A7
6#6DACA1
7#74A49C
8#7C9C97
9#849492
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;
}