Cyan
#20E3F8
CyanColor Codes
All color formats for development
HEX
#20E3F8RGB
rgb(32, 227, 248)HSL
hsl(186, 94%, 55%)OKLCH
oklch(0.839 0.14 207)CMYK
cmyk(87%, 8%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08DDF5
2#07C5DA
3#06ACBE
4#0593A3
5#047B88
6#03626D
7#034A52
8#023136
9#01191B
Tints
Lighter variations
1#37E5F9
2#4DE8F9
3#63EBFA
4#79EEFB
5#90F1FC
6#A6F4FC
7#BCF6FD
8#D2F9FE
9#E9FCFE
Tones
Muted variations
1#2BDAED
2#36D1E3
3#41C9D8
4#4CC0CD
5#56B7C2
6#61AFB7
7#6CA6AD
8#779EA2
9#819597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF7 #BFF7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF0 #8DF0FB | BordersInactive statesPlaceholder text |
| 400 | 52E9 #52E9FA | Disabled statesSecondary iconsMuted text |
| 500 | 20E3 #20E3F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07C5 #07C5DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 059C #059CAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0470 #04707C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0247 #02474F | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFF;
--cyan-100: #DCFBFE;
--cyan-200: #BFF7FD;
--cyan-300: #8DF0FB;
--cyan-400: #52E9FA;
--cyan-500: #20E3F8;
--cyan-600: #07C5DA;
--cyan-700: #059CAD;
--cyan-800: #04707C;
--cyan-900: #02474F;
--cyan-950: #022D31;
}