Emerald
#4DCBB6
CyanColor Codes
All color formats for development
HEX
#4DCBB6RGB
rgb(77, 203, 182)HSL
hsl(170, 55%, 55%)OKLCH
oklch(0.767 0.115 180.1)CMYK
cmyk(62%, 0%, 10%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39C4AD
2#32AE99
3#2C9886
4#268273
5#206D60
6#19574D
7#13413A
8#0D2B26
9#061613
Tints
Lighter variations
1#5FD1BE
2#71D6C5
3#82DBCC
4#94E0D3
5#A6E5DB
6#B8EAE2
7#CAF0E9
8#DBF5F0
9#EDFAF8
Tones
Muted variations
1#53C5B2
2#5ABFAE
3#60B8AA
4#66B2A5
5#6DACA1
6#73A59D
7#799F99
8#809995
9#869390
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 #CCF0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DA | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F38 | 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: #CCF0EA;
--emerald-300: #A4E5DA;
--emerald-400: #75D7C6;
--emerald-500: #4DCBB6;
--emerald-600: #32AE99;
--emerald-700: #288A7A;
--emerald-800: #1D6357;
--emerald-900: #123F38;
--emerald-950: #0B2823;
}