Emerald
#35E3BE
CyanColor Codes
All color formats for development
HEX
#35E3BERGB
rgb(53, 227, 190)HSL
hsl(167, 76%, 55%)OKLCH
oklch(0.822 0.146 174.2)CMYK
cmyk(77%, 0%, 16%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDEB5
2#1BC5A1
3#18AD8C
4#149478
5#117B64
6#0D6350
7#0A4A3C
8#073128
9#031914
Tints
Lighter variations
1#49E6C4
2#5DE9CB
3#72ECD1
4#86EED8
5#9AF1DE
6#AEF4E5
7#C2F7EB
8#D7F9F2
9#EBFCF8
Tones
Muted variations
1#3EDBB9
2#46D2B4
3#4FC9AF
4#58C1AA
5#61B8A5
6#69AFA0
7#72A69B
8#7B9E96
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 #C5F7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DE | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EACC | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483A | 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: #F2FDFB;
--emerald-100: #E0FBF5;
--emerald-200: #C5F7EC;
--emerald-300: #98F1DE;
--emerald-400: #62EACC;
--emerald-500: #35E3BE;
--emerald-600: #1BC5A1;
--emerald-700: #159D80;
--emerald-800: #0F705B;
--emerald-900: #0A483A;
--emerald-950: #062D24;
}