Emerald
#3DDBC4
CyanColor Codes
All color formats for development
HEX
#3DDBC4RGB
rgb(61, 219, 196)HSL
hsl(171, 69%, 55%)OKLCH
oklch(0.806 0.132 180.8)CMYK
cmyk(72%, 0%, 11%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27D5BB
2#23BEA6
3#1EA692
4#1A8E7D
5#167768
6#115F53
7#0D473E
8#092F2A
9#041815
Tints
Lighter variations
1#50DFCA
2#64E3D0
3#77E6D5
4#8BEADB
5#9EEDE1
6#B1F1E7
7#C5F4ED
8#D8F8F3
9#ECFBF9
Tones
Muted variations
1#45D4BE
2#4DCCB9
3#55C4B3
4#5DBCAE
5#65B4A8
6#6DACA2
7#74A49D
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 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE1 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9784 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFB;
--emerald-100: #E1F9F6;
--emerald-200: #C7F5EE;
--emerald-300: #9CEDE1;
--emerald-400: #68E3D1;
--emerald-500: #3DDBC4;
--emerald-600: #23BEA6;
--emerald-700: #1C9784;
--emerald-800: #146C5F;
--emerald-900: #0D453D;
--emerald-950: #082B26;
}