Cyan
#09C6D7
CyanColor Codes
All color formats for development
HEX
#09C6D7RGB
rgb(9, 198, 215)HSL
hsl(185, 92%, 44%)OKLCH
oklch(0.755 0.128 205.8)CMYK
cmyk(96%, 8%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08B2C2
2#079FAC
3#068B97
4#057781
5#04636C
6#044F56
7#033B41
8#02282B
9#011416
Tints
Lighter variations
1#0ADFF3
2#24E4F6
3#3FE8F7
4#5AEBF8
5#76EEF9
6#91F2FA
7#ADF5FC
8#C8F8FD
9#E4FCFE
Tones
Muted variations
1#13BECD
2#1EB5C3
3#28ACB8
4#32A4AE
5#3D9BA4
6#479399
7#518A8F
8#5C8185
9#66797B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF7 #BFF7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF1 #8EF1FA | BordersInactive statesPlaceholder text |
| 400 | 54EA #54EAF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23E4 #23E4F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09C6 #09C6D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 079E #079EAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0571 #05717A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0348 #03484E | 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: #F0FDFE;
--cyan-100: #DDFBFE;
--cyan-200: #BFF7FC;
--cyan-300: #8EF1FA;
--cyan-400: #54EAF8;
--cyan-500: #23E4F6;
--cyan-600: #09C6D7;
--cyan-700: #079EAB;
--cyan-800: #05717A;
--cyan-900: #03484E;
--cyan-950: #022D31;
}