Cyan
#26F2F2
CyanColor Codes
All color formats for development
HEX
#26F2F2RGB
rgb(38, 242, 242)HSL
hsl(180, 89%, 55%)OKLCH
oklch(0.872 0.144 194.8)CMYK
cmyk(84%, 0%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EEFEF
2#0CD4D4
3#0BBABA
4#099F9F
5#088585
6#066A6A
7#055050
8#033535
9#021B1B
Tints
Lighter variations
1#3CF4F4
2#51F5F5
3#67F6F6
4#7DF7F7
5#93F9F9
6#A8FAFA
7#BEFBFB
8#D4FCFC
9#E9FEFE
Tones
Muted variations
1#30E8E8
2#3BDEDE
3#45D4D4
4#4FCACA
5#59BFBF
6#63B5B5
7#6EABAB
8#78A1A1
9#829696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F9 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA9A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFE;
--cyan-100: #DDFDFD;
--cyan-200: #C0FBFB;
--cyan-300: #90F9F9;
--cyan-400: #56F5F5;
--cyan-500: #26F2F2;
--cyan-600: #0CD4D4;
--cyan-700: #0AA9A9;
--cyan-800: #077878;
--cyan-900: #044D4D;
--cyan-950: #033030;
}