Cyan
#1CFDEE
CyanColor Codes
All color formats for development
HEX
#1CFDEERGB
rgb(28, 253, 238)HSL
hsl(176, 98%, 55%)OKLCH
oklch(0.896 0.154 187.1)CMYK
cmyk(89%, 0%, 6%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03FAE9
2#02DECF
3#02C2B6
4#02A79C
5#018B82
6#016F68
7#01534E
8#013834
9#001C1A
Tints
Lighter variations
1#33FDEF
2#49FDF1
3#60FDF3
4#77FEF5
5#8DFEF6
6#A4FEF8
7#BBFEFA
8#D2FFFC
9#E8FFFD
Tones
Muted variations
1#27F1E4
2#32E6DA
3#3EDBD0
4#49D0C7
5#54C4BD
6#5FB9B3
7#6BAEA9
8#76A3A0
9#819796
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF6 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDF2 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DECF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B1A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01514B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFE;
--cyan-100: #DCFFFC;
--cyan-200: #BDFEFA;
--cyan-300: #8BFEF6;
--cyan-400: #4EFDF2;
--cyan-500: #1CFDEE;
--cyan-600: #02DECF;
--cyan-700: #02B1A5;
--cyan-800: #017E76;
--cyan-900: #01514B;
--cyan-950: #01322F;
}