Cyan
#07C8DA
CyanColor Codes
All color formats for development
HEX
#07C8DARGB
rgb(7, 200, 218)HSL
hsl(185, 94%, 44%)OKLCH
oklch(0.761 0.13 206.3)CMYK
cmyk(97%, 8%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06B4C4
2#05A0AE
3#058C98
4#047883
5#03646D
6#035057
7#023C41
8#01282C
9#011416
Tints
Lighter variations
1#08E2F5
2#21E6F8
3#3DE9F9
4#59ECFA
5#74F0FB
6#90F3FC
7#ACF6FC
8#C8F9FD
9#E3FCFE
Tones
Muted variations
1#11BFCF
2#1CB7C5
3#26AEBA
4#31A5AF
5#3B9CA5
6#46939A
7#518B90
8#5B8285
9#66797B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF8 #BFF8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF2 #8DF2FB | BordersInactive statesPlaceholder text |
| 400 | 52EC #52ECFA | Disabled statesSecondary iconsMuted text |
| 500 | 20E6 #20E6F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07C8 #07C8DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 059F #059FAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0472 #04727C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0249 #02494F | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFF;
--cyan-100: #DCFBFE;
--cyan-200: #BFF8FD;
--cyan-300: #8DF2FB;
--cyan-400: #52ECFA;
--cyan-500: #20E6F8;
--cyan-600: #07C8DA;
--cyan-700: #059FAD;
--cyan-800: #04727C;
--cyan-900: #02494F;
--cyan-950: #022D31;
}