Cyan
#23DAF6
CyanColor Codes
All color formats for development
HEX
#23DAF6RGB
rgb(35, 218, 246)HSL
hsl(188, 92%, 55%)OKLCH
oklch(0.817 0.137 211.6)CMYK
cmyk(86%, 11%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AD3F2
2#09BCD7
3#08A4BC
4#078DA2
5#067587
6#045E6C
7#034651
8#022F36
9#01171B
Tints
Lighter variations
1#39DDF7
2#4FE1F8
3#65E5F9
4#7BE9F9
5#91ECFA
6#A7F0FB
7#BDF4FC
8#D3F8FD
9#E9FBFE
Tones
Muted variations
1#2DD2EB
2#38CAE1
3#42C2D6
4#4DBBCC
5#57B3C1
6#62ABB6
7#6DA3AC
8#779CA1
9#829497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF4 #BFF4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEC #8EECFA | BordersInactive statesPlaceholder text |
| 400 | 54E2 #54E2F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23DA #23DAF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09BC #09BCD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0795 #0795AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 056B #056B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0344 #03444E | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFE;
--cyan-100: #DDF9FE;
--cyan-200: #BFF4FC;
--cyan-300: #8EECFA;
--cyan-400: #54E2F8;
--cyan-500: #23DAF6;
--cyan-600: #09BCD7;
--cyan-700: #0795AB;
--cyan-800: #056B7A;
--cyan-900: #03444E;
--cyan-950: #022B31;
}