Emerald
#3CDDBF
CyanColor Codes
All color formats for development
HEX
#3CDDBFRGB
rgb(60, 221, 191)HSL
hsl(169, 70%, 55%)OKLCH
oklch(0.809 0.137 177)CMYK
cmyk(73%, 0%, 14%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26D7B6
2#22BFA2
3#1DA78E
4#198F79
5#157765
6#115F51
7#0D483D
8#083028
9#041814
Tints
Lighter variations
1#4FE0C6
2#63E3CC
3#76E7D2
4#8AEAD9
5#9DEEDF
6#B1F1E5
7#C4F5EC
8#D8F8F2
9#EBFCF9
Tones
Muted variations
1#44D5BA
2#4CCDB5
3#54C4B0
4#5CBCAB
5#64B4A6
6#6CACA1
7#74A49C
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 #C7F5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDDE | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4CD | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFB;
--emerald-100: #E1FAF5;
--emerald-200: #C7F5ED;
--emerald-300: #9BEDDE;
--emerald-400: #67E4CD;
--emerald-500: #3CDDBF;
--emerald-600: #22BFA2;
--emerald-700: #1B9881;
--emerald-800: #136C5C;
--emerald-900: #0C453B;
--emerald-950: #082B25;
}