Cyan
#20F8D4
CyanColor Codes
All color formats for development
HEX
#20F8D4RGB
rgb(32, 248, 212)HSL
hsl(170, 94%, 55%)OKLCH
oklch(0.877 0.159 176.7)CMYK
cmyk(87%, 0%, 15%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08F5CD
2#07DAB7
3#06BEA0
4#05A389
5#048872
6#036D5B
7#035244
8#02362E
9#011B17
Tints
Lighter variations
1#37F9D8
2#4DF9DD
3#63FAE1
4#79FBE5
5#90FCEA
6#A6FCEE
7#BCFDF2
8#D2FEF6
9#E9FEFB
Tones
Muted variations
1#2BEDCD
2#36E3C6
3#41D8BF
4#4CCDB7
5#56C2B0
6#61B7A9
7#6CADA2
8#77A29B
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 | BFFD #BFFDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBE9 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FADE | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F42 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFEF8;
--cyan-200: #BFFDF3;
--cyan-300: #8DFBE9;
--cyan-400: #52FADE;
--cyan-500: #20F8D4;
--cyan-600: #07DAB7;
--cyan-700: #05AD91;
--cyan-800: #047C68;
--cyan-900: #024F42;
--cyan-950: #023129;
}