Emerald
#3DDBBC
CyanColor Codes
All color formats for development
HEX
#3DDBBCRGB
rgb(61, 219, 188)HSL
hsl(168, 69%, 55%)OKLCH
oklch(0.804 0.136 176.3)CMYK
cmyk(72%, 0%, 14%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27D5B2
2#23BE9F
3#1EA68B
4#1A8E77
5#167763
6#115F4F
7#0D473B
8#092F28
9#041814
Tints
Lighter variations
1#50DFC2
2#64E3C9
3#77E6D0
4#8BEAD7
5#9EEDDD
6#B1F1E4
7#C5F4EB
8#D8F8F2
9#ECFBF8
Tones
Muted variations
1#45D4B7
2#4DCCB2
3#55C4AE
4#5DBCA9
5#65B4A4
6#6DAC9F
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 #9CEDDD | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3CB | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C977E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | 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: #9CEDDD;
--emerald-400: #68E3CB;
--emerald-500: #3DDBBC;
--emerald-600: #23BE9F;
--emerald-700: #1C977E;
--emerald-800: #146C5A;
--emerald-900: #0D453A;
--emerald-950: #082B24;
}