Cyan
#26F2D7
CyanColor Codes
All color formats for development
HEX
#26F2D7RGB
rgb(38, 242, 215)HSL
hsl(172, 89%, 55%)OKLCH
oklch(0.864 0.151 180.5)CMYK
cmyk(84%, 0%, 11%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EEFD1
2#0CD4B9
3#0BBAA2
4#099F8B
5#088574
6#066A5D
7#055046
8#03352E
9#021B17
Tints
Lighter variations
1#3CF4DB
2#51F5DF
3#67F6E3
4#7DF7E7
5#93F9EB
6#A8FAEF
7#BEFBF3
8#D4FCF7
9#E9FEFB
Tones
Muted variations
1#30E8D0
2#3BDEC8
3#45D4C1
4#4FCAB9
5#59BFB2
6#63B5AA
7#6EABA3
8#78A19B
9#829694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EB | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5E0 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA994 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DDFDF9;
--cyan-200: #C0FBF3;
--cyan-300: #90F9EB;
--cyan-400: #56F5E0;
--cyan-500: #26F2D7;
--cyan-600: #0CD4B9;
--cyan-700: #0AA994;
--cyan-800: #077869;
--cyan-900: #044D43;
--cyan-950: #03302A;
}