Cyan
#20F8F8
CyanColor Codes
All color formats for development
HEX
#20F8F8RGB
rgb(32, 248, 248)HSL
hsl(180, 94%, 55%)OKLCH
oklch(0.888 0.148 194.8)CMYK
cmyk(87%, 0%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08F5F5
2#07DADA
3#06BEBE
4#05A3A3
5#048888
6#036D6D
7#035252
8#023636
9#011B1B
Tints
Lighter variations
1#37F9F9
2#4DF9F9
3#63FAFA
4#79FBFB
5#90FCFC
6#A6FCFC
7#BCFDFD
8#D2FEFE
9#E9FEFE
Tones
Muted variations
1#2BEDED
2#36E3E3
3#41D8D8
4#4CCDCD
5#56C2C2
6#61B7B7
7#6CADAD
8#77A2A2
9#819797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBFB | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAFA | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05ADAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F4F | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFF;
--cyan-100: #DCFEFE;
--cyan-200: #BFFDFD;
--cyan-300: #8DFBFB;
--cyan-400: #52FAFA;
--cyan-500: #20F8F8;
--cyan-600: #07DADA;
--cyan-700: #05ADAD;
--cyan-800: #047C7C;
--cyan-900: #024F4F;
--cyan-950: #023131;
}