Emerald
#49D0B3
CyanColor Codes
All color formats for development
HEX
#49D0B3RGB
rgb(73, 208, 179)HSL
hsl(167, 59%, 55%)OKLCH
oklch(0.777 0.124 175.8)CMYK
cmyk(65%, 0%, 14%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C9A8
2#2EB296
3#289C83
4#238670
5#1D6F5E
6#17594B
7#114338
8#0C2D25
9#061613
Tints
Lighter variations
1#5BD5BA
2#6DD9C2
3#7FDECA
4#92E3D1
5#A4E7D9
6#B6ECE0
7#C8F1E8
8#DBF6F0
9#EDFAF7
Tones
Muted variations
1#4FC9AF
2#56C2AB
3#5DBCA7
4#64B5A3
5#6AAE9F
6#71A79C
7#78A198
8#7F9A94
9#859390
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7D8 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAC4 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB296 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114136 | 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: #E3F8F3;
--emerald-200: #CAF1E9;
--emerald-300: #A2E7D8;
--emerald-400: #71DAC4;
--emerald-500: #49D0B3;
--emerald-600: #2EB296;
--emerald-700: #258E77;
--emerald-800: #1A6555;
--emerald-900: #114136;
--emerald-950: #0A2922;
}