Cyan
#35E3C6
CyanColor Codes
All color formats for development
HEX
#35E3C6RGB
rgb(53, 227, 198)HSL
hsl(170, 76%, 55%)OKLCH
oklch(0.825 0.141 178.3)CMYK
cmyk(77%, 0%, 13%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDEBE
2#1BC5A9
3#18AD94
4#14947F
5#117B6A
6#0D6355
7#0A4A3F
8#07312A
9#031915
Tints
Lighter variations
1#49E6CC
2#5DE9D2
3#72ECD7
4#86EEDD
5#9AF1E3
6#AEF4E8
7#C2F7EE
8#D7F9F4
9#EBFCF9
Tones
Muted variations
1#3EDBC1
2#46D2BB
3#4FC9B5
4#58C1AF
5#61B8A9
6#69AFA4
7#72A69E
8#7B9E98
9#849592
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E2 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFB;
--cyan-100: #E0FBF6;
--cyan-200: #C5F7EF;
--cyan-300: #98F1E2;
--cyan-400: #62EAD3;
--cyan-500: #35E3C6;
--cyan-600: #1BC5A9;
--cyan-700: #159D86;
--cyan-800: #0F7060;
--cyan-900: #0A483D;
--cyan-950: #062D26;
}