Cyan
#20E6F8
CyanColor Codes
All color formats for development
HEX
#20E6F8RGB
rgb(32, 230, 248)HSL
hsl(185, 94%, 55%)OKLCH
oklch(0.846 0.141 205.2)CMYK
cmyk(87%, 7%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08E1F5
2#07C8DA
3#06AFBE
4#0596A3
5#047D88
6#03646D
7#034B52
8#023236
9#01191B
Tints
Lighter variations
1#37E9F9
2#4DEBF9
3#63EEFA
4#79F0FB
5#90F3FC
6#A6F5FC
7#BCF8FD
8#D2FAFE
9#E9FDFE
Tones
Muted variations
1#2BDDED
2#36D4E3
3#41CBD8
4#4CC2CD
5#56B9C2
6#61B0B7
7#6CA7AD
8#779EA2
9#819597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF8 #BFF8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF2 #8DF2FB | BordersInactive statesPlaceholder text |
| 400 | 52EC #52ECFA | Disabled statesSecondary iconsMuted text |
| 500 | 20E6 #20E6F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07C8 #07C8DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 059F #059FAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0472 #04727C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0249 #02494F | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFF;
--cyan-100: #DCFBFE;
--cyan-200: #BFF8FD;
--cyan-300: #8DF2FB;
--cyan-400: #52ECFA;
--cyan-500: #20E6F8;
--cyan-600: #07C8DA;
--cyan-700: #059FAD;
--cyan-800: #04727C;
--cyan-900: #02494F;
--cyan-950: #022D31;
}