Cyan
#26D7F2
CyanColor Codes
All color formats for development
HEX
#26D7F2RGB
rgb(38, 215, 242)HSL
hsl(188, 89%, 55%)OKLCH
oklch(0.809 0.135 211.3)CMYK
cmyk(84%, 11%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0ED1EF
2#0CB9D4
3#0BA2BA
4#098B9F
5#087485
6#065D6A
7#054650
8#032E35
9#02171B
Tints
Lighter variations
1#3CDBF4
2#51DFF5
3#67E3F6
4#7DE7F7
5#93EBF9
6#A8EFFA
7#BEF3FB
8#D4F7FC
9#E9FBFE
Tones
Muted variations
1#30D0E8
2#3BC8DE
3#45C1D4
4#4FB9CA
5#59B2BF
6#63AAB5
7#6EA3AB
8#789BA1
9#829496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F3 #C0F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EB #90EBF9 | BordersInactive statesPlaceholder text |
| 400 | 56E0 #56E0F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26D7 #26D7F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CB9 #0CB9D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A94 #0A94A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0769 #076978 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0443 #04434D | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFE;
--cyan-100: #DDF9FD;
--cyan-200: #C0F3FB;
--cyan-300: #90EBF9;
--cyan-400: #56E0F5;
--cyan-500: #26D7F2;
--cyan-600: #0CB9D4;
--cyan-700: #0A94A9;
--cyan-800: #076978;
--cyan-900: #04434D;
--cyan-950: #032A30;
}