Cyan
#09CAD7
CyanColor Codes
All color formats for development
HEX
#09CAD7RGB
rgb(9, 202, 215)HSL
hsl(184, 92%, 44%)OKLCH
oklch(0.765 0.129 203.1)CMYK
cmyk(96%, 6%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08B5C2
2#07A1AC
3#068D97
4#057981
5#04656C
6#045156
7#033C41
8#02282B
9#011416
Tints
Lighter variations
1#0AE3F3
2#24E8F6
3#3FEBF7
4#5AEEF8
5#76F1F9
6#91F3FA
7#ADF6FC
8#C8F9FD
9#E4FCFE
Tones
Muted variations
1#13C1CD
2#1EB8C3
3#28AFB8
4#32A6AE
5#3D9DA4
6#479499
7#518B8F
8#5C8285
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 | BFF8 #BFF8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF3 #8EF3FA | BordersInactive statesPlaceholder text |
| 400 | 54ED #54EDF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23E8 #23E8F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09CA #09CAD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07A0 #07A0AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0573 #05737A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0349 #03494E | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFE;
--cyan-100: #DDFBFE;
--cyan-200: #BFF8FC;
--cyan-300: #8EF3FA;
--cyan-400: #54EDF8;
--cyan-500: #23E8F6;
--cyan-600: #09CAD7;
--cyan-700: #07A0AB;
--cyan-800: #05737A;
--cyan-900: #03494E;
--cyan-950: #022E31;
}