Emerald
#4DCBB8
CyanColor Codes
All color formats for development
HEX
#4DCBB8RGB
rgb(77, 203, 184)HSL
hsl(171, 55%, 55%)OKLCH
oklch(0.767 0.114 181.4)CMYK
cmyk(62%, 0%, 9%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39C4AF
2#32AE9B
3#2C9888
4#268275
5#206D61
6#19574E
7#13413A
8#0D2B27
9#061613
Tints
Lighter variations
1#5FD1BF
2#71D6C7
3#82DBCE
4#94E0D5
5#A6E5DC
6#B8EAE3
7#CAF0EA
8#DBF5F1
9#EDFAF8
Tones
Muted variations
1#53C5B4
2#5ABFB0
3#60B8AB
4#66B2A7
5#6DACA2
6#73A59E
7#799F9A
8#809995
9#869391
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DB | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7C8 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6358 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFA;
--emerald-100: #E3F7F4;
--emerald-200: #CCF0EB;
--emerald-300: #A4E5DB;
--emerald-400: #75D7C8;
--emerald-500: #4DCBB8;
--emerald-600: #32AE9B;
--emerald-700: #288A7C;
--emerald-800: #1D6358;
--emerald-900: #123F39;
--emerald-950: #0B2823;
}