Emerald
#35E3B2
GreenColor Codes
All color formats for development
HEX
#35E3B2RGB
rgb(53, 227, 178)HSL
hsl(163, 76%, 55%)OKLCH
oklch(0.819 0.153 168.7)CMYK
cmyk(77%, 0%, 22%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDEA8
2#1BC595
3#18AD83
4#149470
5#117B5D
6#0D634B
7#0A4A38
8#073125
9#031913
Tints
Lighter variations
1#49E6BA
2#5DE9C1
3#72ECC9
4#86EED1
5#9AF1D9
6#AEF4E0
7#C2F7E8
8#D7F9F0
9#EBFCF7
Tones
Muted variations
1#3EDBAE
2#46D2AA
3#4FC9A7
4#58C1A3
5#61B89F
6#69AF9B
7#72A698
8#7B9E94
9#849590
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAC3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4836 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E0FBF3;
--emerald-200: #C5F7E9;
--emerald-300: #98F1D8;
--emerald-400: #62EAC3;
--emerald-500: #35E3B2;
--emerald-600: #1BC595;
--emerald-700: #159D77;
--emerald-800: #0F7055;
--emerald-900: #0A4836;
--emerald-950: #062D22;
}