Cyan
#26F2D4
CyanColor Codes
All color formats for development
HEX
#26F2D4RGB
rgb(38, 242, 212)HSL
hsl(171, 89%, 55%)OKLCH
oklch(0.863 0.153 179.1)CMYK
cmyk(84%, 0%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EEFCD
2#0CD4B6
3#0BBA9F
4#099F89
5#088572
6#066A5B
7#055044
8#03352E
9#021B17
Tints
Lighter variations
1#3CF4D8
2#51F5DC
3#67F6E1
4#7DF7E5
5#93F9E9
6#A8FAEE
7#BEFBF2
8#D4FCF6
9#E9FEFB
Tones
Muted variations
1#30E8CD
2#3BDEC5
3#45D4BE
4#4FCAB7
5#59BFB0
6#63B5A9
7#6EABA2
8#78A19B
9#829693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E9 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5DD | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DDFDF8;
--cyan-200: #C0FBF3;
--cyan-300: #90F9E9;
--cyan-400: #56F5DD;
--cyan-500: #26F2D4;
--cyan-600: #0CD4B6;
--cyan-700: #0AA991;
--cyan-800: #077867;
--cyan-900: #044D42;
--cyan-950: #033029;
}