Emerald
#3CDDB7
CyanColor Codes
All color formats for development
HEX
#3CDDB7RGB
rgb(60, 221, 183)HSL
hsl(166, 70%, 55%)OKLCH
oklch(0.807 0.141 172.9)CMYK
cmyk(73%, 0%, 17%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26D7AD
2#22BF9A
3#1DA787
4#198F74
5#157760
6#115F4D
7#0D483A
8#083027
9#041813
Tints
Lighter variations
1#4FE0BE
2#63E3C5
3#76E7CD
4#8AEAD4
5#9DEEDB
6#B1F1E2
7#C4F5E9
8#D8F8F1
9#EBFCF8
Tones
Muted variations
1#44D5B3
2#4CCDAF
3#54C4AA
4#5CBCA6
5#64B4A2
6#6CAC9D
7#74A499
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 #C7F5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDDA | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4C7 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B987B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4538 | 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: #E1FAF4;
--emerald-200: #C7F5EA;
--emerald-300: #9BEDDA;
--emerald-400: #67E4C7;
--emerald-500: #3CDDB7;
--emerald-600: #22BF9A;
--emerald-700: #1B987B;
--emerald-800: #136C58;
--emerald-900: #0C4538;
--emerald-950: #082B23;
}