Cyan
#20D8F8
CyanColor Codes
All color formats for development
HEX
#20D8F8RGB
rgb(32, 216, 248)HSL
hsl(189, 94%, 55%)OKLCH
oklch(0.813 0.139 213.9)CMYK
cmyk(87%, 13%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08D1F5
2#07BADA
3#06A3BE
4#058CA3
5#047488
6#035D6D
7#034652
8#022F36
9#01171B
Tints
Lighter variations
1#37DCF9
2#4DE0F9
3#63E4FA
4#79E7FB
5#90EBFC
6#A6EFFC
7#BCF3FD
8#D2F7FE
9#E9FBFE
Tones
Muted variations
1#2BD0ED
2#36C9E3
3#41C1D8
4#4CBACD
5#56B2C2
6#61AAB7
7#6CA3AD
8#779BA2
9#819497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF4 #BFF4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEB #8DEBFB | BordersInactive statesPlaceholder text |
| 400 | 52E0 #52E0FA | Disabled statesSecondary iconsMuted text |
| 500 | 20D8 #20D8F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07BA #07BADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0594 #0594AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046A #046A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0244 #02444F | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFF;
--cyan-100: #DCF9FE;
--cyan-200: #BFF4FD;
--cyan-300: #8DEBFB;
--cyan-400: #52E0FA;
--cyan-500: #20D8F8;
--cyan-600: #07BADA;
--cyan-700: #0594AD;
--cyan-800: #046A7C;
--cyan-900: #02444F;
--cyan-950: #022A31;
}