Cyan
#1CFDE2
CyanColor Codes
All color formats for development
HEX
#1CFDE2RGB
rgb(28, 253, 226)HSL
hsl(173, 98%, 55%)OKLCH
oklch(0.893 0.158 181.2)CMYK
cmyk(89%, 0%, 11%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03FADD
2#02DEC4
3#02C2AC
4#02A793
5#018B7B
6#016F62
7#01534A
8#013831
9#001C19
Tints
Lighter variations
1#33FDE5
2#49FDE8
3#60FDEB
4#77FEEE
5#8DFEF1
6#A4FEF4
7#BBFEF6
8#D2FFF9
9#E8FFFC
Tones
Muted variations
1#27F1DA
2#32E6D1
3#3EDBC9
4#49D0C0
5#54C4B7
6#5FB9AF
7#6BAEA6
8#76A39D
9#819795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF0 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE9 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B19C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015147 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DCFFFB;
--cyan-200: #BDFEF7;
--cyan-300: #8BFEF0;
--cyan-400: #4EFDE9;
--cyan-500: #1CFDE2;
--cyan-600: #02DEC4;
--cyan-700: #02B19C;
--cyan-800: #017E70;
--cyan-900: #015147;
--cyan-950: #01322D;
}