Cyan
#20F8DB
CyanColor Codes
All color formats for development
HEX
#20F8DBRGB
rgb(32, 248, 219)HSL
hsl(172, 94%, 55%)OKLCH
oklch(0.879 0.156 180)CMYK
cmyk(87%, 0%, 12%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08F5D5
2#07DABE
3#06BEA6
4#05A38E
5#048876
6#036D5F
7#035247
8#02362F
9#011B18
Tints
Lighter variations
1#37F9DF
2#4DF9E2
3#63FAE6
4#79FBEA
5#90FCED
6#A6FCF1
7#BCFDF4
8#D2FEF8
9#E9FEFB
Tones
Muted variations
1#2BEDD3
2#36E3CC
3#41D8C4
4#4CCDBC
5#56C2B4
6#61B7AC
7#6CADA4
8#77A29C
9#819794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBED | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DCFEF9;
--cyan-200: #BFFDF5;
--cyan-300: #8DFBED;
--cyan-400: #52FAE3;
--cyan-500: #20F8DB;
--cyan-600: #07DABE;
--cyan-700: #05AD97;
--cyan-800: #047C6C;
--cyan-900: #024F45;
--cyan-950: #02312B;
}