Emerald
#4DCBBF
CyanColor Codes
All color formats for development
HEX
#4DCBBFRGB
rgb(77, 203, 191)HSL
hsl(174, 55%, 55%)OKLCH
oklch(0.769 0.112 186.3)CMYK
cmyk(62%, 0%, 6%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39C4B6
2#32AEA2
3#2C988D
4#268279
5#206D65
6#195751
7#13413D
8#0D2B28
9#061614
Tints
Lighter variations
1#5FD1C5
2#71D6CC
3#82DBD2
4#94E0D8
5#A6E5DF
6#B8EAE5
7#CAF0EC
8#DBF5F2
9#EDFAF9
Tones
Muted variations
1#53C5BA
2#5ABFB5
3#60B8B0
4#66B2AB
5#6DACA5
6#73A5A0
7#799F9B
8#809996
9#869391
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DE | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7CD | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AEA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D635C | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFB;
--emerald-100: #E3F7F5;
--emerald-200: #CCF0EC;
--emerald-300: #A4E5DE;
--emerald-400: #75D7CD;
--emerald-500: #4DCBBF;
--emerald-600: #32AEA2;
--emerald-700: #288A81;
--emerald-800: #1D635C;
--emerald-900: #123F3B;
--emerald-950: #0B2825;
}