Cyan
#20D4F8
CyanColor Codes
All color formats for development
HEX
#20D4F8RGB
rgb(32, 212, 248)HSL
hsl(190, 94%, 55%)OKLCH
oklch(0.803 0.139 216.5)CMYK
cmyk(87%, 15%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08CDF5
2#07B7DA
3#06A0BE
4#0589A3
5#047288
6#035B6D
7#034452
8#022E36
9#01171B
Tints
Lighter variations
1#37D8F9
2#4DDDF9
3#63E1FA
4#79E5FB
5#90EAFC
6#A6EEFC
7#BCF2FD
8#D2F6FE
9#E9FBFE
Tones
Muted variations
1#2BCDED
2#36C6E3
3#41BFD8
4#4CB7CD
5#56B0C2
6#61A9B7
7#6CA2AD
8#779BA2
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 | BFF3 #BFF3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE9 #8DE9FB | BordersInactive statesPlaceholder text |
| 400 | 52DE #52DEFA | Disabled statesSecondary iconsMuted text |
| 500 | 20D4 #20D4F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07B7 #07B7DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0591 #0591AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0468 #04687C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0242 #02424F | 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: #BFF3FD;
--cyan-300: #8DE9FB;
--cyan-400: #52DEFA;
--cyan-500: #20D4F8;
--cyan-600: #07B7DA;
--cyan-700: #0591AD;
--cyan-800: #04687C;
--cyan-900: #02424F;
--cyan-950: #022931;
}