Cyan
#20F8E6
CyanColor Codes
All color formats for development
HEX
#20F8E6RGB
rgb(32, 248, 230)HSL
hsl(175, 94%, 55%)OKLCH
oklch(0.882 0.152 185.4)CMYK
cmyk(87%, 0%, 7%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08F5E1
2#07DAC8
3#06BEAF
4#05A396
5#04887D
6#036D64
7#03524B
8#023632
9#011B19
Tints
Lighter variations
1#37F9E9
2#4DF9EB
3#63FAEE
4#79FBF0
5#90FCF3
6#A6FCF5
7#BCFDF8
8#D2FEFA
9#E9FEFD
Tones
Muted variations
1#2BEDDD
2#36E3D4
3#41D8CB
4#4CCDC2
5#56C2B9
6#61B7B0
7#6CADA7
8#77A29E
9#819795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBF2 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAEC | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DCFEFB;
--cyan-200: #BFFDF8;
--cyan-300: #8DFBF2;
--cyan-400: #52FAEC;
--cyan-500: #20F8E6;
--cyan-600: #07DAC8;
--cyan-700: #05AD9F;
--cyan-800: #047C72;
--cyan-900: #024F49;
--cyan-950: #02312D;
}