Cyan
#26F2BF
CyanColor Codes
All color formats for development
HEX
#26F2BFRGB
rgb(38, 242, 191)HSL
hsl(165, 89%, 55%)OKLCH
oklch(0.857 0.165 169.7)CMYK
cmyk(84%, 0%, 21%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EEFB6
2#0CD4A2
3#0BBA8E
4#099F7A
5#088565
6#066A51
7#05503D
8#033529
9#021B14
Tints
Lighter variations
1#3CF4C6
2#51F5CC
3#67F6D2
4#7DF7D9
5#93F9DF
6#A8FAE6
7#BEFBEC
8#D4FCF2
9#E9FEF9
Tones
Muted variations
1#30E8BA
2#3BDEB5
3#45D4B0
4#4FCAAB
5#59BFA6
6#63B5A1
7#6EAB9C
8#78A196
9#829691
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBED | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DE | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5CD | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #07785C | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DDFDF5;
--cyan-200: #C0FBED;
--cyan-300: #90F9DE;
--cyan-400: #56F5CD;
--cyan-500: #26F2BF;
--cyan-600: #0CD4A2;
--cyan-700: #0AA981;
--cyan-800: #07785C;
--cyan-900: #044D3B;
--cyan-950: #033025;
}