Cyan
#35E3CF
CyanColor Codes
All color formats for development
HEX
#35E3CFRGB
rgb(53, 227, 207)HSL
hsl(173, 76%, 55%)OKLCH
oklch(0.827 0.137 183.2)CMYK
cmyk(77%, 0%, 9%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDEC8
2#1BC5B2
3#18AD9B
4#149485
5#117B6F
6#0D6359
7#0A4A43
8#07312C
9#031916
Tints
Lighter variations
1#49E6D4
2#5DE9D9
3#72ECDD
4#86EEE2
5#9AF1E7
6#AEF4EC
7#C2F7F1
8#D7F9F5
9#EBFCFA
Tones
Muted variations
1#3EDBC8
2#46D2C2
3#4FC9BB
4#58C1B4
5#61B8AE
6#69AFA7
7#72A6A0
8#7B9E9A
9#849593
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 #C5F7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E7 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EADA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4841 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFC;
--cyan-100: #E0FBF8;
--cyan-200: #C5F7F1;
--cyan-300: #98F1E7;
--cyan-400: #62EADA;
--cyan-500: #35E3CF;
--cyan-600: #1BC5B2;
--cyan-700: #159D8D;
--cyan-800: #0F7065;
--cyan-900: #0A4841;
--cyan-950: #062D28;
}