Cyan
#1DFCDE
CyanColor Codes
All color formats for development
HEX
#1DFCDERGB
rgb(29, 252, 222)HSL
hsl(172, 97%, 55%)OKLCH
oklch(0.889 0.159 179.8)CMYK
cmyk(88%, 0%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04F9D8
2#03DDC0
3#03C1A8
4#03A690
5#028A78
6#026F60
7#015348
8#013730
9#001C18
Tints
Lighter variations
1#34FCE1
2#4AFCE5
3#61FDE8
4#77FDEB
5#8EFDEE
6#A5FEF2
7#BBFEF5
8#D2FEF8
9#E8FFFC
Tones
Muted variations
1#28F0D6
2#33E5CE
3#3EDAC5
4#49CFBD
5#55C4B5
6#60B9AD
7#6BAEA5
8#76A39D
9#819794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDEE | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCE5 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B099 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015046 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DCFEFA;
--cyan-200: #BEFEF5;
--cyan-300: #8BFDEE;
--cyan-400: #4FFCE5;
--cyan-500: #1DFCDE;
--cyan-600: #03DDC0;
--cyan-700: #03B099;
--cyan-800: #027E6D;
--cyan-900: #015046;
--cyan-950: #01322C;
}