Cyan
#35E3DE
CyanColor Codes
All color formats for development
HEX
#35E3DERGB
rgb(53, 227, 222)HSL
hsl(178, 76%, 55%)OKLCH
oklch(0.832 0.134 191.9)CMYK
cmyk(77%, 0%, 2%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDED8
2#1BC5C0
3#18ADA8
4#149490
5#117B78
6#0D6360
7#0A4A48
8#073130
9#031918
Tints
Lighter variations
1#49E6E1
2#5DE9E4
3#72ECE8
4#86EEEB
5#9AF1EE
6#AEF4F2
7#C2F7F5
8#D7F9F8
9#EBFCFC
Tones
Muted variations
1#3EDBD6
2#46D2CD
3#4FC9C5
4#58C1BD
5#61B8B5
6#69AFAD
7#72A6A5
8#7B9E9D
9#849594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EE | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE5 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4846 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFD;
--cyan-100: #E0FBFA;
--cyan-200: #C5F7F5;
--cyan-300: #98F1EE;
--cyan-400: #62EAE5;
--cyan-500: #35E3DE;
--cyan-600: #1BC5C0;
--cyan-700: #159D99;
--cyan-800: #0F706D;
--cyan-900: #0A4846;
--cyan-950: #062D2C;
}