Cyan
#35E3C9
CyanColor Codes
All color formats for development
HEX
#35E3C9RGB
rgb(53, 227, 201)HSL
hsl(171, 76%, 55%)OKLCH
oklch(0.825 0.14 179.9)CMYK
cmyk(77%, 0%, 11%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EDEC1
2#1BC5AC
3#18AD96
4#149481
5#117B6B
6#0D6356
7#0A4A40
8#07312B
9#031915
Tints
Lighter variations
1#49E6CF
2#5DE9D4
3#72ECD9
4#86EEDF
5#9AF1E4
6#AEF4EA
7#C2F7EF
8#D7F9F4
9#EBFCFA
Tones
Muted variations
1#3EDBC3
2#46D2BD
3#4FC9B7
4#58C1B1
5#61B8AB
6#69AFA5
7#72A69F
8#7B9E98
9#849592
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E4 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFB;
--cyan-100: #E0FBF7;
--cyan-200: #C5F7EF;
--cyan-300: #98F1E4;
--cyan-400: #62EAD5;
--cyan-500: #35E3C9;
--cyan-600: #1BC5AC;
--cyan-700: #159D89;
--cyan-800: #0F7062;
--cyan-900: #0A483F;
--cyan-950: #062D27;
}