Cyan
#26DEF2
CyanColor Codes
All color formats for development
HEX
#26DEF2RGB
rgb(38, 222, 242)HSL
hsl(186, 89%, 55%)OKLCH
oklch(0.825 0.136 206.8)CMYK
cmyk(84%, 8%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0ED8EF
2#0CC0D4
3#0BA8BA
4#09909F
5#087885
6#06606A
7#054850
8#033035
9#02181B
Tints
Lighter variations
1#3CE1F4
2#51E5F5
3#67E8F6
4#7DEBF7
5#93EEF9
6#A8F2FA
7#BEF5FB
8#D4F8FC
9#E9FCFE
Tones
Muted variations
1#30D6E8
2#3BCEDE
3#45C5D4
4#4FBDCA
5#59B5BF
6#63ADB5
7#6EA5AB
8#789DA1
9#829496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F5 #C0F5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EE #90EEF9 | BordersInactive statesPlaceholder text |
| 400 | 56E5 #56E5F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26DE #26DEF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CC0 #0CC0D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A99 #0A99A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 076D #076D78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0446 #04464D | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DDFAFD;
--cyan-200: #C0F5FB;
--cyan-300: #90EEF9;
--cyan-400: #56E5F5;
--cyan-500: #26DEF2;
--cyan-600: #0CC0D4;
--cyan-700: #0A99A9;
--cyan-800: #076D78;
--cyan-900: #04464D;
--cyan-950: #032C30;
}