Cyan
#1CFDD7
CyanColor Codes
All color formats for development
HEX
#1CFDD7RGB
rgb(28, 253, 215)HSL
hsl(170, 98%, 55%)OKLCH
oklch(0.89 0.163 176.2)CMYK
cmyk(89%, 0%, 15%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03FAD1
2#02DEBA
3#02C2A2
4#02A78B
5#018B74
6#016F5D
7#015346
8#01382E
9#001C17
Tints
Lighter variations
1#33FDDB
2#49FDDF
3#60FDE3
4#77FEE7
5#8DFEEB
6#A4FEEF
7#BBFEF3
8#D2FFF7
9#E8FFFB
Tones
Muted variations
1#27F1D0
2#32E6C8
3#3EDBC1
4#49D0B9
5#54C4B2
6#5FB9AA
7#6BAEA3
8#76A39B
9#819794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEEB | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE0 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015143 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFFF9;
--cyan-200: #BDFEF4;
--cyan-300: #8BFEEB;
--cyan-400: #4EFDE0;
--cyan-500: #1CFDD7;
--cyan-600: #02DEBA;
--cyan-700: #02B194;
--cyan-800: #017E69;
--cyan-900: #015143;
--cyan-950: #01322A;
}