Cyan
#26F2C6
CyanColor Codes
All color formats for development
HEX
#26F2C6RGB
rgb(38, 242, 198)HSL
hsl(167, 89%, 55%)OKLCH
oklch(0.859 0.16 172.7)CMYK
cmyk(84%, 0%, 18%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EEFBE
2#0CD4A9
3#0BBA94
4#099F7F
5#088569
6#066A54
7#05503F
8#03352A
9#021B15
Tints
Lighter variations
1#3CF4CC
2#51F5D1
3#67F6D7
4#7DF7DD
5#93F9E3
6#A8FAE8
7#BEFBEE
8#D4FCF4
9#E9FEF9
Tones
Muted variations
1#30E8C0
2#3BDEBB
3#45D4B5
4#4FCAAF
5#59BFA9
6#63B5A3
7#6EAB9E
8#78A198
9#829692
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E2 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5D3 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA986 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DDFDF6;
--cyan-200: #C0FBEF;
--cyan-300: #90F9E2;
--cyan-400: #56F5D3;
--cyan-500: #26F2C6;
--cyan-600: #0CD4A9;
--cyan-700: #0AA986;
--cyan-800: #077860;
--cyan-900: #044D3D;
--cyan-950: #033026;
}