Emerald
#4BCEB1
CyanColor Codes
All color formats for development
HEX
#4BCEB1RGB
rgb(75, 206, 177)HSL
hsl(167, 57%, 55%)OKLCH
oklch(0.772 0.122 175.4)CMYK
cmyk(64%, 0%, 14%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36C6A7
2#30B094
3#2A9A82
4#24846F
5#1E6E5D
6#18584A
7#124238
8#0C2C25
9#061613
Tints
Lighter variations
1#5DD3B9
2#6FD8C1
3#81DCC9
4#93E1D0
5#A5E6D8
6#B7EBE0
7#C9F0E8
8#DBF5EF
9#EDFAF7
Tones
Muted variations
1#51C7AE
2#58C1AA
3#5EBAA6
4#65B3A2
5#6CAD9F
6#72A69B
7#79A097
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 #A3E6D7 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9C3 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B094 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C76 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6454 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124036 | 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: #A3E6D7;
--emerald-400: #73D9C3;
--emerald-500: #4BCEB1;
--emerald-600: #30B094;
--emerald-700: #268C76;
--emerald-800: #1B6454;
--emerald-900: #124036;
--emerald-950: #0B2822;
}