Cyan
#1CFDFD
CyanColor Codes
All color formats for development
HEX
#1CFDFDRGB
rgb(28, 253, 253)HSL
hsl(180, 98%, 55%)OKLCH
oklch(0.901 0.151 194.8)CMYK
cmyk(89%, 0%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03FAFA
2#02DEDE
3#02C2C2
4#02A7A7
5#018B8B
6#016F6F
7#015353
8#013838
9#001C1C
Tints
Lighter variations
1#33FDFD
2#49FDFD
3#60FDFD
4#77FEFE
5#8DFEFE
6#A4FEFE
7#BBFEFE
8#D2FFFF
9#E8FFFF
Tones
Muted variations
1#27F1F1
2#32E6E6
3#3EDBDB
4#49D0D0
5#54C4C4
6#5FB9B9
7#6BAEAE
8#76A3A3
9#819797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEFE | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B1B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015151 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFF;
--cyan-100: #DCFFFF;
--cyan-200: #BDFEFE;
--cyan-300: #8BFEFE;
--cyan-400: #4EFDFD;
--cyan-500: #1CFDFD;
--cyan-600: #02DEDE;
--cyan-700: #02B1B1;
--cyan-800: #017E7E;
--cyan-900: #015151;
--cyan-950: #013232;
}