Cyan
#1DFCFC
CyanColor Codes
All color formats for development
HEX
#1DFCFCRGB
rgb(29, 252, 252)HSL
hsl(180, 97%, 55%)OKLCH
oklch(0.899 0.151 194.8)CMYK
cmyk(88%, 0%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04F9F9
2#03DDDD
3#03C1C1
4#03A6A6
5#028A8A
6#026F6F
7#015353
8#013737
9#001C1C
Tints
Lighter variations
1#34FCFC
2#4AFCFC
3#61FDFD
4#77FDFD
5#8EFDFD
6#A5FEFE
7#BBFEFE
8#D2FEFE
9#E8FFFF
Tones
Muted variations
1#28F0F0
2#33E5E5
3#3EDADA
4#49CFCF
5#55C4C4
6#60B9B9
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 | DCFE #DCFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDFD | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B0B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015050 | 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: #DCFEFE;
--cyan-200: #BEFEFE;
--cyan-300: #8BFDFD;
--cyan-400: #4FFCFC;
--cyan-500: #1DFCFC;
--cyan-600: #03DDDD;
--cyan-700: #03B0B0;
--cyan-800: #027E7E;
--cyan-900: #015050;
--cyan-950: #013232;
}