Cyan
#1DFCC8
CyanColor Codes
All color formats for development
HEX
#1DFCC8RGB
rgb(29, 252, 200)HSL
hsl(166, 97%, 55%)OKLCH
oklch(0.883 0.171 170.4)CMYK
cmyk(88%, 0%, 21%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04F9C0
2#03DDAA
3#03C195
4#03A680
5#028A6A
6#026F55
7#015340
8#01372B
9#001C15
Tints
Lighter variations
1#34FCCD
2#4AFCD3
3#61FDD8
4#77FDDE
5#8EFDE3
6#A5FEE9
7#BBFEEE
8#D2FEF4
9#E8FFF9
Tones
Muted variations
1#28F0C2
2#33E5BC
3#3EDAB6
4#49CFB0
5#55C4AA
6#60B9A4
7#6BAE9E
8#76A398
9#819792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDE3 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCD4 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B087 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01503E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFB;
--cyan-100: #DCFEF6;
--cyan-200: #BEFEEF;
--cyan-300: #8BFDE3;
--cyan-400: #4FFCD4;
--cyan-500: #1DFCC8;
--cyan-600: #03DDAA;
--cyan-700: #03B087;
--cyan-800: #027E61;
--cyan-900: #01503E;
--cyan-950: #013227;
}