Cyan
#26F2DE
CyanColor Codes
All color formats for development
HEX
#26F2DERGB
rgb(38, 242, 222)HSL
hsl(174, 89%, 55%)OKLCH
oklch(0.866 0.148 184.1)CMYK
cmyk(84%, 0%, 8%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EEFD8
2#0CD4C0
3#0BBAA8
4#099F90
5#088578
6#066A60
7#055048
8#033530
9#021B18
Tints
Lighter variations
1#3CF4E1
2#51F5E5
3#67F6E8
4#7DF7EB
5#93F9EE
6#A8FAF2
7#BEFBF5
8#D4FCF8
9#E9FEFC
Tones
Muted variations
1#30E8D6
2#3BDECE
3#45D4C5
4#4FCABD
5#59BFB5
6#63B5AD
7#6EABA5
8#78A19D
9#829694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EE | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5E5 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA999 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #07786D | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DDFDFA;
--cyan-200: #C0FBF5;
--cyan-300: #90F9EE;
--cyan-400: #56F5E5;
--cyan-500: #26F2DE;
--cyan-600: #0CD4C0;
--cyan-700: #0AA999;
--cyan-800: #07786D;
--cyan-900: #044D46;
--cyan-950: #03302C;
}