Emerald
#4BCEB3
CyanColor Codes
All color formats for development
HEX
#4BCEB3RGB
rgb(75, 206, 179)HSL
hsl(168, 57%, 55%)OKLCH
oklch(0.773 0.121 176.6)CMYK
cmyk(64%, 0%, 13%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36C6A9
2#30B097
3#2A9A84
4#248471
5#1E6E5E
6#18584B
7#124238
8#0C2C26
9#061613
Tints
Lighter variations
1#5DD3BB
2#6FD8C3
3#81DCCA
4#93E1D2
5#A5E6D9
6#B7EBE1
7#C9F0E8
8#DBF5F0
9#EDFAF7
Tones
Muted variations
1#51C7B0
2#58C1AC
3#5EBAA8
4#65B3A4
5#6CADA0
6#72A69C
7#79A098
8#7F9994
9#869390
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6D8 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9C4 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B097 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6456 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124037 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFA;
--emerald-100: #E3F7F3;
--emerald-200: #CBF1E9;
--emerald-300: #A3E6D8;
--emerald-400: #73D9C4;
--emerald-500: #4BCEB3;
--emerald-600: #30B097;
--emerald-700: #268C78;
--emerald-800: #1B6456;
--emerald-900: #124037;
--emerald-950: #0B2822;
}