Cyan
#26F2E5
CyanColor Codes
All color formats for development
HEX
#26F2E5RGB
rgb(38, 242, 229)HSL
hsl(176, 89%, 55%)OKLCH
oklch(0.868 0.146 187.8)CMYK
cmyk(84%, 0%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EEFE0
2#0CD4C7
3#0BBAAE
4#099F95
5#08857C
6#066A63
7#05504B
8#033532
9#021B19
Tints
Lighter variations
1#3CF4E7
2#51F5EA
3#67F6ED
4#7DF7EF
5#93F9F2
6#A8FAF5
7#BEFBF7
8#D4FCFA
9#E9FEFC
Tones
Muted variations
1#30E8DC
2#3BDED3
3#45D4CA
4#4FCAC1
5#59BFB9
6#63B5B0
7#6EABA7
8#78A19E
9#829695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F2 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5EB | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA99E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DDFDFB;
--cyan-200: #C0FBF7;
--cyan-300: #90F9F2;
--cyan-400: #56F5EB;
--cyan-500: #26F2E5;
--cyan-600: #0CD4C7;
--cyan-700: #0AA99E;
--cyan-800: #077871;
--cyan-900: #044D48;
--cyan-950: #03302D;
}