Emerald
#47D1B3
CyanColor Codes
All color formats for development
HEX
#47D1B3RGB
rgb(71, 209, 179)HSL
hsl(167, 60%, 55%)OKLCH
oklch(0.779 0.126 175.4)CMYK
cmyk(66%, 0%, 14%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32CAA9
2#2DB496
3#279D84
4#228771
5#1C705E
6#165A4B
7#114338
8#0B2D26
9#061613
Tints
Lighter variations
1#5AD6BB
2#6CDAC2
3#7EDFCA
4#91E3D2
5#A3E8D9
6#B6EDE1
7#C8F1E8
8#DAF6F0
9#EDFAF7
Tones
Muted variations
1#4ECAAF
2#55C3AB
3#5CBCA8
4#63B6A4
5#6AAFA0
6#71A89C
7#78A198
8#7E9A94
9#859390
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBC4 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB496 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6655 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104137 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFA;
--emerald-100: #E2F8F3;
--emerald-200: #CAF2E9;
--emerald-300: #A1E8D8;
--emerald-400: #70DBC4;
--emerald-500: #47D1B3;
--emerald-600: #2DB496;
--emerald-700: #248F78;
--emerald-800: #1A6655;
--emerald-900: #104137;
--emerald-950: #0A2922;
}