Cyan
#1CFDDF
CyanColor Codes
All color formats for development
HEX
#1CFDDFRGB
rgb(28, 253, 223)HSL
hsl(172, 98%, 55%)OKLCH
oklch(0.892 0.159 179.8)CMYK
cmyk(89%, 0%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03FAD9
2#02DEC1
3#02C2A9
4#02A791
5#018B79
6#016F60
7#015348
8#013830
9#001C18
Tints
Lighter variations
1#33FDE2
2#49FDE5
3#60FDE8
4#77FEEC
5#8DFEEF
6#A4FEF2
7#BBFEF5
8#D2FFF9
9#E8FFFC
Tones
Muted variations
1#27F1D6
2#32E6CE
3#3EDBC6
4#49D0BE
5#54C4B5
6#5FB9AD
7#6BAEA5
8#76A39D
9#819794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEEE | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE6 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B199 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015146 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DCFFFA;
--cyan-200: #BDFEF6;
--cyan-300: #8BFEEE;
--cyan-400: #4EFDE6;
--cyan-500: #1CFDDF;
--cyan-600: #02DEC1;
--cyan-700: #02B199;
--cyan-800: #017E6E;
--cyan-900: #015146;
--cyan-950: #01322C;
}