Emerald
#3DDBB4
CyanColor Codes
All color formats for development
HEX
#3DDBB4RGB
rgb(61, 219, 180)HSL
hsl(165, 69%, 55%)OKLCH
oklch(0.801 0.14 172.1)CMYK
cmyk(72%, 0%, 18%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27D5AA
2#23BE97
3#1EA684
4#1A8E71
5#16775E
6#115F4B
7#0D4739
8#092F26
9#041813
Tints
Lighter variations
1#50DFBB
2#64E3C3
3#77E6CA
4#8BEAD2
5#9EEDD9
6#B1F1E1
7#C5F4E8
8#D8F8F0
9#ECFBF7
Tones
Muted variations
1#45D4B0
2#4DCCAC
3#55C4A8
4#5DBCA4
5#65B4A0
6#6DAC9C
7#74A498
8#7C9C94
9#849490
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDD9 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C5 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBB4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE97 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9778 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4537 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E1F9F3;
--emerald-200: #C7F5E9;
--emerald-300: #9CEDD9;
--emerald-400: #68E3C5;
--emerald-500: #3DDBB4;
--emerald-600: #23BE97;
--emerald-700: #1C9778;
--emerald-800: #146C56;
--emerald-900: #0D4537;
--emerald-950: #082B22;
}