Cyan
#35D8E3
CyanColor Codes
All color formats for development
HEX
#35D8E3RGB
rgb(53, 216, 227)HSL
hsl(184, 76%, 55%)OKLCH
oklch(0.807 0.127 201.9)CMYK
cmyk(77%, 5%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1ED1DE
2#1BBAC5
3#18A3AD
4#148C94
5#11747B
6#0D5D63
7#0A464A
8#072F31
9#031719
Tints
Lighter variations
1#49DCE6
2#5DE0E9
3#72E4EC
4#86E7EE
5#9AEBF1
6#AEEFF4
7#C2F3F7
8#D7F7F9
9#EBFBFC
Tones
Muted variations
1#3ED0DB
2#46C9D2
3#4FC1C9
4#58BAC1
5#61B2B8
6#69AAAF
7#72A3A6
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 | E0F9 #E0F9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F4 #C5F4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EB #98EBF1 | BordersInactive statesPlaceholder text |
| 400 | 62E1 #62E1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35D8 #35D8E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BBA #1BBAC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1594 #15949D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6A #0F6A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A44 #0A4448 | 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: #E0F9FB;
--cyan-200: #C5F4F7;
--cyan-300: #98EBF1;
--cyan-400: #62E1EA;
--cyan-500: #35D8E3;
--cyan-600: #1BBAC5;
--cyan-700: #15949D;
--cyan-800: #0F6A70;
--cyan-900: #0A4448;
--cyan-950: #062A2D;
}