Cyan
#20CDF8
CyanColor Codes
All color formats for development
HEX
#20CDF8RGB
rgb(32, 205, 248)HSL
hsl(192, 94%, 55%)OKLCH
oklch(0.787 0.14 220.9)CMYK
cmyk(87%, 17%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08C5F5
2#07AFDA
3#069ABE
4#0584A3
5#046E88
6#03586D
7#034252
8#022C36
9#01161B
Tints
Lighter variations
1#37D2F9
2#4DD7F9
3#63DCFA
4#79E1FB
5#90E6FC
6#A6EBFC
7#BCF0FD
8#D2F5FE
9#E9FAFE
Tones
Muted variations
1#2BC6ED
2#36C0E3
3#41BAD8
4#4CB3CD
5#56ADC2
6#61A6B7
7#6CA0AD
8#7799A2
9#819397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF1 #BFF1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE5 #8DE5FB | BordersInactive statesPlaceholder text |
| 400 | 52D8 #52D8FA | Disabled statesSecondary iconsMuted text |
| 500 | 20CD #20CDF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07AF #07AFDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 058C #058CAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0464 #04647C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0240 #02404F | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFF;
--cyan-100: #DCF7FE;
--cyan-200: #BFF1FD;
--cyan-300: #8DE5FB;
--cyan-400: #52D8FA;
--cyan-500: #20CDF8;
--cyan-600: #07AFDA;
--cyan-700: #058CAD;
--cyan-800: #04647C;
--cyan-900: #02404F;
--cyan-950: #022831;
}