Cyan
#35E3E3
CyanColor Codes
All color formats for development
HEX
#35E3E3RGB
rgb(53, 227, 227)HSL
hsl(180, 76%, 55%)OKLCH
oklch(0.834 0.133 194.9)CMYK
cmyk(77%, 0%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDEDE
2#1BC5C5
3#18ADAD
4#149494
5#117B7B
6#0D6363
7#0A4A4A
8#073131
9#031919
Tints
Lighter variations
1#49E6E6
2#5DE9E9
3#72ECEC
4#86EEEE
5#9AF1F1
6#AEF4F4
7#C2F7F7
8#D7F9F9
9#EBFCFC
Tones
Muted variations
1#3EDBDB
2#46D2D2
3#4FC9C9
4#58C1C1
5#61B8B8
6#69AFAF
7#72A6A6
8#7B9E9E
9#849595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1F1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4848 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFD;
--cyan-100: #E0FBFB;
--cyan-200: #C5F7F7;
--cyan-300: #98F1F1;
--cyan-400: #62EAEA;
--cyan-500: #35E3E3;
--cyan-600: #1BC5C5;
--cyan-700: #159D9D;
--cyan-800: #0F7070;
--cyan-900: #0A4848;
--cyan-950: #062D2D;
}