Cyan
#35E1E3
CyanColor Codes
All color formats for development
HEX
#35E1E3RGB
rgb(53, 225, 227)HSL
hsl(181, 76%, 55%)OKLCH
oklch(0.829 0.132 196.1)CMYK
cmyk(77%, 1%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDBDE
2#1BC3C5
3#18AAAD
4#149294
5#117A7B
6#0D6163
7#0A494A
8#073131
9#031819
Tints
Lighter variations
1#49E4E6
2#5DE7E9
3#72EAEC
4#86EDEE
5#9AF0F1
6#AEF3F4
7#C2F6F7
8#D7F9F9
9#EBFCFC
Tones
Muted variations
1#3ED8DB
2#46D0D2
3#4FC7C9
4#58BFC1
5#61B6B8
6#69AEAF
7#72A6A6
8#7B9D9E
9#849595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F6 #C5F6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EF #98EFF1 | BordersInactive statesPlaceholder text |
| 400 | 62E7 #62E7EA | Disabled statesSecondary iconsMuted text |
| 500 | 35E1 #35E1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC3 #1BC3C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159B #159B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6F #0F6F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4748 | Primary textHigh emphasis contentDark headings |
| 950 | 062C #062C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFD;
--cyan-100: #E0FAFB;
--cyan-200: #C5F6F7;
--cyan-300: #98EFF1;
--cyan-400: #62E7EA;
--cyan-500: #35E1E3;
--cyan-600: #1BC3C5;
--cyan-700: #159B9D;
--cyan-800: #0F6F70;
--cyan-900: #0A4748;
--cyan-950: #062C2D;
}