Emerald
#35E3BB
CyanColor Codes
All color formats for development
HEX
#35E3BBRGB
rgb(53, 227, 187)HSL
hsl(166, 76%, 55%)OKLCH
oklch(0.822 0.147 172.8)CMYK
cmyk(77%, 0%, 18%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDEB1
2#1BC59E
3#18AD8A
4#149476
5#117B63
6#0D634F
7#0A4A3B
8#073127
9#031914
Tints
Lighter variations
1#49E6C2
2#5DE9C8
3#72ECCF
4#86EED6
5#9AF1DD
6#AEF4E4
7#C2F7EB
8#D7F9F1
9#EBFCF8
Tones
Muted variations
1#3EDBB6
2#46D2B1
3#4FC9AD
4#58C1A8
5#61B8A4
6#69AF9F
7#72A69A
8#7B9E96
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 #C5F7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EACA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC59E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4839 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E0FBF4;
--emerald-200: #C5F7EB;
--emerald-300: #98F1DC;
--emerald-400: #62EACA;
--emerald-500: #35E3BB;
--emerald-600: #1BC59E;
--emerald-700: #159D7D;
--emerald-800: #0F705A;
--emerald-900: #0A4839;
--emerald-950: #062D24;
}