Cyan
#20D1F8
CyanColor Codes
All color formats for development
HEX
#20D1F8RGB
rgb(32, 209, 248)HSL
hsl(191, 94%, 55%)OKLCH
oklch(0.796 0.139 218.4)CMYK
cmyk(87%, 16%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08C9F5
2#07B3DA
3#069DBE
4#0586A3
5#047088
6#03596D
7#034352
8#022D36
9#01161B
Tints
Lighter variations
1#37D5F9
2#4DDAF9
3#63DEFA
4#79E3FB
5#90E8FC
6#A6ECFC
7#BCF1FD
8#D2F6FE
9#E9FAFE
Tones
Muted variations
1#2BCAED
2#36C3E3
3#41BCD8
4#4CB5CD
5#56AEC2
6#61A8B7
7#6CA1AD
8#779AA2
9#819397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF2 #BFF2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE7 #8DE7FB | BordersInactive statesPlaceholder text |
| 400 | 52DB #52DBFA | Disabled statesSecondary iconsMuted text |
| 500 | 20D1 #20D1F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07B3 #07B3DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 058E #058EAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0466 #04667C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0241 #02414F | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFF;
--cyan-100: #DCF8FE;
--cyan-200: #BFF2FD;
--cyan-300: #8DE7FB;
--cyan-400: #52DBFA;
--cyan-500: #20D1F8;
--cyan-600: #07B3DA;
--cyan-700: #058EAD;
--cyan-800: #04667C;
--cyan-900: #02414F;
--cyan-950: #022931;
}