Emerald
#3FD9B8
CyanColor Codes
All color formats for development
HEX
#3FD9B8RGB
rgb(63, 217, 184)HSL
hsl(167, 67%, 55%)OKLCH
oklch(0.798 0.135 174.9)CMYK
cmyk(71%, 0%, 15%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AD3AE
2#25BB9B
3#20A487
4#1C8D74
5#177561
6#135E4D
7#0E463A
8#092F27
9#051713
Tints
Lighter variations
1#53DDBF
2#66E1C6
3#79E4CD
4#8CE8D4
5#9FECDB
6#B2F0E3
7#C6F4EA
8#D9F7F1
9#ECFBF8
Tones
Muted variations
1#47D1B3
2#4FCAAF
3#56C2AB
4#5EBAA6
5#66B3A2
6#6DAB9E
7#75A399
8#7D9C95
9#859491
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECDB | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2C8 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D957B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4438 | 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: #F2FCFA;
--emerald-100: #E1F9F4;
--emerald-200: #C8F4EA;
--emerald-300: #9DECDB;
--emerald-400: #6AE2C8;
--emerald-500: #3FD9B8;
--emerald-600: #25BB9B;
--emerald-700: #1D957B;
--emerald-800: #156A58;
--emerald-900: #0D4438;
--emerald-950: #082B23;
}