Cyan
#35E3D5
CyanColor Codes
All color formats for development
HEX
#35E3D5RGB
rgb(53, 227, 213)HSL
hsl(175, 76%, 55%)OKLCH
oklch(0.829 0.135 186.6)CMYK
cmyk(77%, 0%, 6%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDECE
2#1BC5B7
3#18ADA0
4#149489
5#117B73
6#0D635C
7#0A4A45
8#07312E
9#031917
Tints
Lighter variations
1#49E6D9
2#5DE9DD
3#72ECE2
4#86EEE6
5#9AF1EA
6#AEF4EE
7#C2F7F2
8#D7F9F7
9#EBFCFB
Tones
Muted variations
1#3EDBCE
2#46D2C6
3#4FC9BF
4#58C1B8
5#61B8B1
6#69AFA9
7#72A6A2
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 #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E9 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EADE | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4843 | 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: #E0FBF8;
--cyan-200: #C5F7F3;
--cyan-300: #98F1E9;
--cyan-400: #62EADE;
--cyan-500: #35E3D5;
--cyan-600: #1BC5B7;
--cyan-700: #159D92;
--cyan-800: #0F7068;
--cyan-900: #0A4843;
--cyan-950: #062D2A;
}