Emerald
#3CDDBA
CyanColor Codes
All color formats for development
HEX
#3CDDBARGB
rgb(60, 221, 186)HSL
hsl(167, 70%, 55%)OKLCH
oklch(0.808 0.139 174.4)CMYK
cmyk(73%, 0%, 16%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26D7B0
2#22BF9D
3#1DA789
4#198F76
5#157762
6#115F4E
7#0D483B
8#083027
9#041814
Tints
Lighter variations
1#4FE0C1
2#63E3C8
3#76E7CF
4#8AEAD5
5#9DEEDC
6#B1F1E3
7#C4F5EA
8#D8F8F1
9#EBFCF8
Tones
Muted variations
1#44D5B5
2#4CCDB1
3#54C4AC
4#5CBCA8
5#64B4A3
6#6CAC9E
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 | E1FA #E1FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDDC | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4C9 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B987D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4539 | 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: #F2FDFA;
--emerald-100: #E1FAF4;
--emerald-200: #C7F5EB;
--emerald-300: #9BEDDC;
--emerald-400: #67E4C9;
--emerald-500: #3CDDBA;
--emerald-600: #22BF9D;
--emerald-700: #1B987D;
--emerald-800: #136C59;
--emerald-900: #0C4539;
--emerald-950: #082B24;
}