Cyan
#26D4F2
CyanColor Codes
All color formats for development
HEX
#26D4F2RGB
rgb(38, 212, 242)HSL
hsl(189, 89%, 55%)OKLCH
oklch(0.802 0.135 213.3)CMYK
cmyk(84%, 12%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0ECDEF
2#0CB6D4
3#0B9FBA
4#09899F
5#087285
6#065B6A
7#054450
8#032E35
9#02171B
Tints
Lighter variations
1#3CD8F4
2#51DCF5
3#67E1F6
4#7DE5F7
5#93E9F9
6#A8EEFA
7#BEF2FB
8#D4F6FC
9#E9FBFE
Tones
Muted variations
1#30CDE8
2#3BC5DE
3#45BED4
4#4FB7CA
5#59B0BF
6#63A9B5
7#6EA2AB
8#789BA1
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 | C0F3 #C0F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E9 #90E9F9 | BordersInactive statesPlaceholder text |
| 400 | 56DD #56DDF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26D4 #26D4F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CB6 #0CB6D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A91 #0A91A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0767 #076778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0442 #04424D | 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: #C0F3FB;
--cyan-300: #90E9F9;
--cyan-400: #56DDF5;
--cyan-500: #26D4F2;
--cyan-600: #0CB6D4;
--cyan-700: #0A91A9;
--cyan-800: #076778;
--cyan-900: #04424D;
--cyan-950: #032930;
}