Cyan
#35E3E1
CyanColor Codes
All color formats for development
HEX
#35E3E1RGB
rgb(53, 227, 225)HSL
hsl(179, 76%, 55%)OKLCH
oklch(0.833 0.133 193.7)CMYK
cmyk(77%, 0%, 1%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDEDB
2#1BC5C3
3#18ADAA
4#149492
5#117B7A
6#0D6361
7#0A4A49
8#073131
9#031918
Tints
Lighter variations
1#49E6E4
2#5DE9E7
3#72ECEA
4#86EEED
5#9AF1F0
6#AEF4F3
7#C2F7F6
8#D7F9F9
9#EBFCFC
Tones
Muted variations
1#3EDBD8
2#46D2D0
3#4FC9C7
4#58C1BF
5#61B8B6
6#69AFAE
7#72A6A6
8#7B9E9D
9#849595
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 #C5F7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EF | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE7 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4847 | 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: #C5F7F6;
--cyan-300: #98F1EF;
--cyan-400: #62EAE7;
--cyan-500: #35E3E1;
--cyan-600: #1BC5C3;
--cyan-700: #159D9B;
--cyan-800: #0F706F;
--cyan-900: #0A4847;
--cyan-950: #062D2C;
}