Emerald
#3CDDBC
CyanColor Codes
All color formats for development
HEX
#3CDDBCRGB
rgb(60, 221, 188)HSL
hsl(168, 70%, 55%)OKLCH
oklch(0.808 0.138 175.4)CMYK
cmyk(73%, 0%, 15%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26D7B3
2#22BF9F
3#1DA78B
4#198F77
5#157764
6#115F50
7#0D483C
8#083028
9#041814
Tints
Lighter variations
1#4FE0C3
2#63E3CA
3#76E7D0
4#8AEAD7
5#9DEEDE
6#B1F1E4
7#C4F5EB
8#D8F8F2
9#EBFCF8
Tones
Muted variations
1#44D5B8
2#4CCDB3
3#54C4AE
4#5CBCA9
5#64B4A4
6#6CACA0
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 | E1FA #E1FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDDD | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4CB | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B987F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453A | 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: #E1FAF5;
--emerald-200: #C7F5EC;
--emerald-300: #9BEDDD;
--emerald-400: #67E4CB;
--emerald-500: #3CDDBC;
--emerald-600: #22BF9F;
--emerald-700: #1B987F;
--emerald-800: #136C5B;
--emerald-900: #0C453A;
--emerald-950: #082B24;
}