Cyan
#1CFDC1
GreenColor Codes
All color formats for development
HEX
#1CFDC1RGB
rgb(28, 253, 193)HSL
hsl(164, 98%, 55%)OKLCH
oklch(0.884 0.177 167.5)CMYK
cmyk(89%, 0%, 24%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03FAB8
2#02DEA4
3#02C28F
4#02A77B
5#018B66
6#016F52
7#01533D
8#013829
9#001C14
Tints
Lighter variations
1#33FDC7
2#49FDCD
3#60FDD3
4#77FEDA
5#8DFEE0
6#A4FEE6
7#BBFEEC
8#D2FFF3
9#E8FFF9
Tones
Muted variations
1#27F1BB
2#32E6B6
3#3EDBB1
4#49D0AC
5#54C4A6
6#5FB9A1
7#6BAE9C
8#76A397
9#819791
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEDF | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDCF | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFB;
--cyan-100: #DCFFF5;
--cyan-200: #BDFEED;
--cyan-300: #8BFEDF;
--cyan-400: #4EFDCF;
--cyan-500: #1CFDC1;
--cyan-600: #02DEA4;
--cyan-700: #02B182;
--cyan-800: #017E5D;
--cyan-900: #01513B;
--cyan-950: #013225;
}