Emerald
#35E3C1
CyanColor Codes
All color formats for development
HEX
#35E3C1RGB
rgb(53, 227, 193)HSL
hsl(168, 76%, 55%)OKLCH
oklch(0.823 0.144 175.7)CMYK
cmyk(77%, 0%, 15%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDEB8
2#1BC5A3
3#18AD8F
4#14947B
5#117B66
6#0D6352
7#0A4A3D
8#073129
9#031914
Tints
Lighter variations
1#49E6C7
2#5DE9CD
3#72ECD3
4#86EEDA
5#9AF1E0
6#AEF4E6
7#C2F7EC
8#D7F9F3
9#EBFCF9
Tones
Muted variations
1#3EDBBB
2#46D2B6
3#4FC9B1
4#58C1AC
5#61B8A6
6#69AFA1
7#72A69C
8#7B9E97
9#849591
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DF | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EACE | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFB;
--emerald-100: #E0FBF5;
--emerald-200: #C5F7ED;
--emerald-300: #98F1DF;
--emerald-400: #62EACE;
--emerald-500: #35E3C1;
--emerald-600: #1BC5A3;
--emerald-700: #159D82;
--emerald-800: #0F705D;
--emerald-900: #0A483B;
--emerald-950: #062D25;
}