Cyan
#20DFF8
CyanColor Codes
All color formats for development
HEX
#20DFF8RGB
rgb(32, 223, 248)HSL
hsl(187, 94%, 55%)OKLCH
oklch(0.829 0.139 209.5)CMYK
cmyk(87%, 10%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08D9F5
2#07C1DA
3#06A9BE
4#0591A3
5#047988
6#03616D
7#034852
8#023036
9#01181B
Tints
Lighter variations
1#37E2F9
2#4DE5F9
3#63E9FA
4#79ECFB
5#90EFFC
6#A6F2FC
7#BCF5FD
8#D2F9FE
9#E9FCFE
Tones
Muted variations
1#2BD7ED
2#36CEE3
3#41C6D8
4#4CBECD
5#56B6C2
6#61ADB7
7#6CA5AD
8#779DA2
9#819597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF6 #BFF6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEF #8DEFFB | BordersInactive statesPlaceholder text |
| 400 | 52E6 #52E6FA | Disabled statesSecondary iconsMuted text |
| 500 | 20DF #20DFF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07C1 #07C1DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 059A #059AAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046E #046E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0246 #02464F | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFF;
--cyan-100: #DCFAFE;
--cyan-200: #BFF6FD;
--cyan-300: #8DEFFB;
--cyan-400: #52E6FA;
--cyan-500: #20DFF8;
--cyan-600: #07C1DA;
--cyan-700: #059AAD;
--cyan-800: #046E7C;
--cyan-900: #02464F;
--cyan-950: #022C31;
}