Cyan
#35D5E3
CyanColor Codes
All color formats for development
HEX
#35D5E3RGB
rgb(53, 213, 227)HSL
hsl(185, 76%, 55%)OKLCH
oklch(0.8 0.126 204)CMYK
cmyk(77%, 6%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1ECEDE
2#1BB7C5
3#18A0AD
4#148994
5#11737B
6#0D5C63
7#0A454A
8#072E31
9#031719
Tints
Lighter variations
1#49D9E6
2#5DDDE9
3#72E2EC
4#86E6EE
5#9AEAF1
6#AEEEF4
7#C2F2F7
8#D7F7F9
9#EBFBFC
Tones
Muted variations
1#3ECEDB
2#46C6D2
3#4FBFC9
4#58B8C1
5#61B1B8
6#69A9AF
7#72A2A6
8#7B9B9E
9#849495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F3 #C5F3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E9 #98E9F1 | BordersInactive statesPlaceholder text |
| 400 | 62DE #62DEEA | Disabled statesSecondary iconsMuted text |
| 500 | 35D5 #35D5E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB7 #1BB7C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1592 #15929D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F68 #0F6870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A43 #0A4348 | Primary textHigh emphasis contentDark headings |
| 950 | 062A #062A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FCFD;
--cyan-100: #E0F8FB;
--cyan-200: #C5F3F7;
--cyan-300: #98E9F1;
--cyan-400: #62DEEA;
--cyan-500: #35D5E3;
--cyan-600: #1BB7C5;
--cyan-700: #15929D;
--cyan-800: #0F6870;
--cyan-900: #0A4348;
--cyan-950: #062A2D;
}