Cyan
#35E3D8
CyanColor Codes
All color formats for development
HEX
#35E3D8RGB
rgb(53, 227, 216)HSL
hsl(176, 76%, 55%)OKLCH
oklch(0.83 0.135 188.3)CMYK
cmyk(77%, 0%, 5%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDED1
2#1BC5BA
3#18ADA3
4#14948C
5#117B74
6#0D635D
7#0A4A46
8#07312F
9#031917
Tints
Lighter variations
1#49E6DC
2#5DE9E0
3#72ECE4
4#86EEE7
5#9AF1EB
6#AEF4EF
7#C2F7F3
8#D7F9F7
9#EBFCFB
Tones
Muted variations
1#3EDBD0
2#46D2C9
3#4FC9C1
4#58C1BA
5#61B8B2
6#69AFAA
7#72A6A3
8#7B9E9B
9#849594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EB | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4844 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFC;
--cyan-100: #E0FBF9;
--cyan-200: #C5F7F4;
--cyan-300: #98F1EB;
--cyan-400: #62EAE1;
--cyan-500: #35E3D8;
--cyan-600: #1BC5BA;
--cyan-700: #159D94;
--cyan-800: #0F706A;
--cyan-900: #0A4844;
--cyan-950: #062D2A;
}