Emerald
#3DDBB9
CyanColor Codes
All color formats for development
HEX
#3DDBB9RGB
rgb(61, 219, 185)HSL
hsl(167, 69%, 55%)OKLCH
oklch(0.803 0.137 174.7)CMYK
cmyk(72%, 0%, 16%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27D5B0
2#23BE9C
3#1EA689
4#1A8E75
5#167762
6#115F4E
7#0D473B
8#092F27
9#041814
Tints
Lighter variations
1#50DFC0
2#64E3C7
3#77E6CE
4#8BEAD5
5#9EEDDC
6#B1F1E3
7#C5F4EA
8#D8F8F1
9#ECFBF8
Tones
Muted variations
1#45D4B5
2#4DCCB0
3#55C4AC
4#5DBCA7
5#65B4A3
6#6DAC9E
7#74A49A
8#7C9C95
9#849491
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDB | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C977C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4539 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E1F9F4;
--emerald-200: #C7F5EB;
--emerald-300: #9CEDDB;
--emerald-400: #68E3C9;
--emerald-500: #3DDBB9;
--emerald-600: #23BE9C;
--emerald-700: #1C977C;
--emerald-800: #146C59;
--emerald-900: #0D4539;
--emerald-950: #082B23;
}