Emerald
#3FD9C5
CyanColor Codes
All color formats for development
HEX
#3FD9C5RGB
rgb(63, 217, 197)HSL
hsl(172, 67%, 55%)OKLCH
oklch(0.802 0.129 182.3)CMYK
cmyk(71%, 0%, 9%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD3BC
2#25BBA7
3#20A492
4#1C8D7D
5#177569
6#135E54
7#0E463F
8#092F2A
9#051715
Tints
Lighter variations
1#53DDCA
2#66E1D0
3#79E4D6
4#8CE8DC
5#9FECE2
6#B2F0E8
7#C6F4ED
8#D9F7F3
9#ECFBF9
Tones
Muted variations
1#47D1BF
2#4FCAB9
3#56C2B4
4#5EBAAE
5#66B3A8
6#6DABA3
7#75A39D
8#7D9C98
9#859492
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE1 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2D2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D443D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCFB;
--emerald-100: #E1F9F6;
--emerald-200: #C8F4EE;
--emerald-300: #9DECE1;
--emerald-400: #6AE2D2;
--emerald-500: #3FD9C5;
--emerald-600: #25BBA7;
--emerald-700: #1D9585;
--emerald-800: #156A5F;
--emerald-900: #0D443D;
--emerald-950: #082B26;
}