Emerald
#36E2B7
CyanColor Codes
All color formats for development
HEX
#36E2B7RGB
rgb(54, 226, 183)HSL
hsl(165, 75%, 55%)OKLCH
oklch(0.818 0.149 171.2)CMYK
cmyk(76%, 0%, 19%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20DDAE
2#1CC49A
3#19AC87
4#159374
5#127B60
6#0E624D
7#0B4A3A
8#073127
9#041913
Tints
Lighter variations
1#4AE5BE
2#5EE8C6
3#72EBCD
4#87EED4
5#9BF1DB
6#AFF4E2
7#C3F6E9
8#D7F9F1
9#EBFCF8
Tones
Muted variations
1#3FDAB3
2#47D1AF
3#50C8AA
4#59C0A6
5#61B7A2
6#6AAF9D
7#72A699
8#7B9D95
9#849591
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0DA | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9C7 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC49A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107058 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4738 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E0FBF4;
--emerald-200: #C5F7EA;
--emerald-300: #98F0DA;
--emerald-400: #63E9C7;
--emerald-500: #36E2B7;
--emerald-600: #1CC49A;
--emerald-700: #169C7B;
--emerald-800: #107058;
--emerald-900: #0A4738;
--emerald-950: #062D23;
}