Cyan
#26F2CD
CyanColor Codes
All color formats for development
HEX
#26F2CDRGB
rgb(38, 242, 205)HSL
hsl(169, 89%, 55%)OKLCH
oklch(0.861 0.156 175.8)CMYK
cmyk(84%, 0%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EEFC5
2#0CD4AF
3#0BBA9A
4#099F84
5#08856E
6#066A58
7#055042
8#03352C
9#021B16
Tints
Lighter variations
1#3CF4D2
2#51F5D7
3#67F6DC
4#7DF7E1
5#93F9E6
6#A8FAEB
7#BEFBF0
8#D4FCF5
9#E9FEFA
Tones
Muted variations
1#30E8C6
2#3BDEC0
3#45D4BA
4#4FCAB3
5#59BFAD
6#63B5A6
7#6EABA0
8#78A199
9#829693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E5 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5D8 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA98C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077864 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DDFDF7;
--cyan-200: #C0FBF1;
--cyan-300: #90F9E5;
--cyan-400: #56F5D8;
--cyan-500: #26F2CD;
--cyan-600: #0CD4AF;
--cyan-700: #0AA98C;
--cyan-800: #077864;
--cyan-900: #044D40;
--cyan-950: #033028;
}