Cyan
#26D0F2
CyanColor Codes
All color formats for development
HEX
#26D0F2RGB
rgb(38, 208, 242)HSL
hsl(190, 89%, 55%)OKLCH
oklch(0.792 0.135 216)CMYK
cmyk(84%, 14%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EC9EF
2#0CB3D4
3#0B9CBA
4#09869F
5#087085
6#06596A
7#054350
8#032D35
9#02161B
Tints
Lighter variations
1#3CD5F4
2#51DAF5
3#67DEF6
4#7DE3F7
5#93E8F9
6#A8ECFA
7#BEF1FB
8#D4F6FC
9#E9FAFE
Tones
Muted variations
1#30CAE8
2#3BC3DE
3#45BCD4
4#4FB5CA
5#59AEBF
6#63A7B5
7#6EA1AB
8#789AA1
9#829396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F2 #C0F2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E7 #90E7F9 | BordersInactive statesPlaceholder text |
| 400 | 56DB #56DBF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26D0 #26D0F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CB3 #0CB3D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A8E #0A8EA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0766 #076678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0441 #04414D | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFE;
--cyan-100: #DDF8FD;
--cyan-200: #C0F2FB;
--cyan-300: #90E7F9;
--cyan-400: #56DBF5;
--cyan-500: #26D0F2;
--cyan-600: #0CB3D4;
--cyan-700: #0A8EA9;
--cyan-800: #076678;
--cyan-900: #04414D;
--cyan-950: #032930;
}