Cyan
#26F2B9
GreenColor Codes
All color formats for development
HEX
#26F2B9RGB
rgb(38, 242, 185)HSL
hsl(163, 89%, 55%)OKLCH
oklch(0.856 0.169 167.4)CMYK
cmyk(84%, 0%, 24%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EEFAF
2#0CD49B
3#0BBA88
4#099F75
5#088561
6#066A4E
7#05503A
8#033527
9#021B13
Tints
Lighter variations
1#3CF4C0
2#51F5C7
3#67F6CE
4#7DF7D5
5#93F9DC
6#A8FAE3
7#BEFBEA
8#D4FCF1
9#E9FEF8
Tones
Muted variations
1#30E8B4
2#3BDEB0
3#45D4AB
4#4FCAA7
5#59BFA2
6#63B59E
7#6EAB9A
8#78A195
9#829691
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DB | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5C8 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD49B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA97C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D39 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFA;
--cyan-100: #DDFDF4;
--cyan-200: #C0FBEB;
--cyan-300: #90F9DB;
--cyan-400: #56F5C8;
--cyan-500: #26F2B9;
--cyan-600: #0CD49B;
--cyan-700: #0AA97C;
--cyan-800: #077858;
--cyan-900: #044D39;
--cyan-950: #033023;
}