Cyan
#26E5F2
CyanColor Codes
All color formats for development
HEX
#26E5F2RGB
rgb(38, 229, 242)HSL
hsl(184, 89%, 55%)OKLCH
oklch(0.842 0.138 202.4)CMYK
cmyk(84%, 5%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EE0EF
2#0CC7D4
3#0BAEBA
4#09959F
5#087C85
6#06636A
7#054B50
8#033235
9#02191B
Tints
Lighter variations
1#3CE7F4
2#51EAF5
3#67EDF6
4#7DEFF7
5#93F2F9
6#A8F5FA
7#BEF7FB
8#D4FAFC
9#E9FCFE
Tones
Muted variations
1#30DCE8
2#3BD3DE
3#45CAD4
4#4FC1CA
5#59B9BF
6#63B0B5
7#6EA7AB
8#789EA1
9#829596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F7 #C0F7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F2 #90F2F9 | BordersInactive statesPlaceholder text |
| 400 | 56EB #56EBF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26E5 #26E5F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CC7 #0CC7D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A9E #0A9EA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0771 #077178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0448 #04484D | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DDFBFD;
--cyan-200: #C0F7FB;
--cyan-300: #90F2F9;
--cyan-400: #56EBF5;
--cyan-500: #26E5F2;
--cyan-600: #0CC7D4;
--cyan-700: #0A9EA9;
--cyan-800: #077178;
--cyan-900: #04484D;
--cyan-950: #032D30;
}