Cyan
#35E3D2
CyanColor Codes
All color formats for development
HEX
#35E3D2RGB
rgb(53, 227, 210)HSL
hsl(174, 76%, 55%)OKLCH
oklch(0.828 0.136 184.9)CMYK
cmyk(77%, 0%, 7%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDECB
2#1BC5B4
3#18AD9E
4#149487
5#117B71
6#0D635A
7#0A4A44
8#07312D
9#031917
Tints
Lighter variations
1#49E6D7
2#5DE9DB
3#72ECE0
4#86EEE4
5#9AF1E9
6#AEF4ED
7#C2F7F2
8#D7F9F6
9#EBFCFB
Tones
Muted variations
1#3EDBCB
2#46D2C4
3#4FC9BD
4#58C1B6
5#61B8AF
6#69AFA8
7#72A6A1
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 #C5F7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EADC | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4842 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFC;
--cyan-100: #E0FBF8;
--cyan-200: #C5F7F2;
--cyan-300: #98F1E8;
--cyan-400: #62EADC;
--cyan-500: #35E3D2;
--cyan-600: #1BC5B4;
--cyan-700: #159D90;
--cyan-800: #0F7067;
--cyan-900: #0A4842;
--cyan-950: #062D29;
}