Emerald
#4DCBBB
CyanColor Codes
All color formats for development
HEX
#4DCBBBRGB
rgb(77, 203, 187)HSL
hsl(172, 55%, 55%)OKLCH
oklch(0.768 0.113 183.5)CMYK
cmyk(62%, 0%, 8%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39C4B1
2#32AE9D
3#2C988A
4#268276
5#206D62
6#19574F
7#13413B
8#0D2B27
9#061614
Tints
Lighter variations
1#5FD1C1
2#71D6C8
3#82DBCF
4#94E0D6
5#A6E5DD
6#B8EAE4
7#CAF0EA
8#DBF5F1
9#EDFAF8
Tones
Muted variations
1#53C5B6
2#5ABFB1
3#60B8AD
4#66B2A8
5#6DACA3
6#73A59F
7#799F9A
8#809996
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 #A4E5DC | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7CA | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2824 | 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: #A4E5DC;
--emerald-400: #75D7CA;
--emerald-500: #4DCBBB;
--emerald-600: #32AE9D;
--emerald-700: #288A7D;
--emerald-800: #1D6359;
--emerald-900: #123F39;
--emerald-950: #0B2824;
}