Cyan
#1DFCCF
CyanColor Codes
All color formats for development
HEX
#1DFCCFRGB
rgb(29, 252, 207)HSL
hsl(168, 97%, 55%)OKLCH
oklch(0.885 0.167 173.2)CMYK
cmyk(88%, 0%, 18%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04F9C8
2#03DDB2
3#03C19B
4#03A685
5#028A6F
6#026F59
7#015343
8#01372C
9#001C16
Tints
Lighter variations
1#34FCD4
2#4AFCD9
3#61FDDD
4#77FDE2
5#8EFDE7
6#A5FEEC
7#BBFEF1
8#D2FEF5
9#E8FFFA
Tones
Muted variations
1#28F0C8
2#33E5C2
3#3EDABB
4#49CFB4
5#55C4AE
6#60B9A7
7#6BAEA0
8#76A39A
9#819793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDE6 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCDA | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B08D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015041 | 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: #DCFEF8;
--cyan-200: #BEFEF1;
--cyan-300: #8BFDE6;
--cyan-400: #4FFCDA;
--cyan-500: #1DFCCF;
--cyan-600: #03DDB2;
--cyan-700: #03B08D;
--cyan-800: #027E65;
--cyan-900: #015041;
--cyan-950: #013228;
}