Cyan
#35DBE3
CyanColor Codes
All color formats for development
HEX
#35DBE3RGB
rgb(53, 219, 227)HSL
hsl(183, 76%, 55%)OKLCH
oklch(0.815 0.129 200)CMYK
cmyk(77%, 4%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1ED5DE
2#1BBDC5
3#18A5AD
4#148E94
5#11767B
6#0D5E63
7#0A474A
8#072F31
9#031819
Tints
Lighter variations
1#49DEE6
2#5DE2E9
3#72E6EC
4#86E9EE
5#9AEDF1
6#AEF0F4
7#C2F4F7
8#D7F8F9
9#EBFBFC
Tones
Muted variations
1#3ED3DB
2#46CBD2
3#4FC3C9
4#58BBC1
5#61B3B8
6#69ACAF
7#72A4A6
8#7B9C9E
9#849495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F5 #C5F5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EC #98ECF1 | BordersInactive statesPlaceholder text |
| 400 | 62E3 #62E3EA | Disabled statesSecondary iconsMuted text |
| 500 | 35DB #35DBE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BBD #1BBDC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1596 #15969D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6B #0F6B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A45 #0A4548 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFD;
--cyan-100: #E0F9FB;
--cyan-200: #C5F5F7;
--cyan-300: #98ECF1;
--cyan-400: #62E3EA;
--cyan-500: #35DBE3;
--cyan-600: #1BBDC5;
--cyan-700: #15969D;
--cyan-800: #0F6B70;
--cyan-900: #0A4548;
--cyan-950: #062B2D;
}