Cyan
#26F2D0
CyanColor Codes
All color formats for development
HEX
#26F2D0RGB
rgb(38, 242, 208)HSL
hsl(170, 89%, 55%)OKLCH
oklch(0.862 0.155 177.2)CMYK
cmyk(84%, 0%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EEFC9
2#0CD4B3
3#0BBA9C
4#099F86
5#088570
6#066A59
7#055043
8#03352D
9#021B16
Tints
Lighter variations
1#3CF4D5
2#51F5DA
3#67F6DE
4#7DF7E3
5#93F9E8
6#A8FAEC
7#BEFBF1
8#D4FCF6
9#E9FEFA
Tones
Muted variations
1#30E8CA
2#3BDEC3
3#45D4BC
4#4FCAB5
5#59BFAE
6#63B5A7
7#6EABA1
8#78A19A
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 #C0FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E7 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5DB | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA98E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077866 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D41 | 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: #C0FBF2;
--cyan-300: #90F9E7;
--cyan-400: #56F5DB;
--cyan-500: #26F2D0;
--cyan-600: #0CD4B3;
--cyan-700: #0AA98E;
--cyan-800: #077866;
--cyan-900: #044D41;
--cyan-950: #033029;
}