Cyan
#35E3CC
CyanColor Codes
All color formats for development
HEX
#35E3CCRGB
rgb(53, 227, 204)HSL
hsl(172, 76%, 55%)OKLCH
oklch(0.826 0.139 181.5)CMYK
cmyk(77%, 0%, 10%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDEC5
2#1BC5AF
3#18AD99
4#149483
5#117B6D
6#0D6357
7#0A4A42
8#07312C
9#031916
Tints
Lighter variations
1#49E6D1
2#5DE9D6
3#72ECDB
4#86EEE1
5#9AF1E6
6#AEF4EB
7#C2F7F0
8#D7F9F5
9#EBFCFA
Tones
Muted variations
1#3EDBC6
2#46D2BF
3#4FC9B9
4#58C1B3
5#61B8AC
6#69AFA6
7#72A69F
8#7B9E99
9#849593
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E5 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD7 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4840 | 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: #E0FBF7;
--cyan-200: #C5F7F0;
--cyan-300: #98F1E5;
--cyan-400: #62EAD7;
--cyan-500: #35E3CC;
--cyan-600: #1BC5AF;
--cyan-700: #159D8B;
--cyan-800: #0F7063;
--cyan-900: #0A4840;
--cyan-950: #062D28;
}