Cyan
#1DFCCB
CyanColor Codes
All color formats for development
HEX
#1DFCCBRGB
rgb(29, 252, 203)HSL
hsl(167, 97%, 55%)OKLCH
oklch(0.884 0.169 171.5)CMYK
cmyk(88%, 0%, 19%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04F9C4
2#03DDAE
3#03C198
4#03A682
5#028A6D
6#026F57
7#015341
8#01372B
9#001C16
Tints
Lighter variations
1#34FCD0
2#4AFCD6
3#61FDDB
4#77FDE0
5#8EFDE5
6#A5FEEA
7#BBFEEF
8#D2FEF5
9#E8FFFA
Tones
Muted variations
1#28F0C5
2#33E5BF
3#3EDAB8
4#49CFB2
5#55C4AC
6#60B9A5
7#6BAE9F
8#76A399
9#819793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDE5 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCD7 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B08A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01503F | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFEF7;
--cyan-200: #BEFEF0;
--cyan-300: #8BFDE5;
--cyan-400: #4FFCD7;
--cyan-500: #1DFCCB;
--cyan-600: #03DDAE;
--cyan-700: #03B08A;
--cyan-800: #027E63;
--cyan-900: #01503F;
--cyan-950: #013228;
}