Cyan
#23E4F6
CyanColor Codes
All color formats for development
HEX
#23E4F6RGB
rgb(35, 228, 246)HSL
hsl(185, 92%, 55%)OKLCH
oklch(0.84 0.139 205.3)CMYK
cmyk(86%, 7%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0ADFF2
2#09C6D7
3#08ADBC
4#0795A2
5#067C87
6#04636C
7#034A51
8#023236
9#01191B
Tints
Lighter variations
1#39E7F7
2#4FEAF8
3#65ECF9
4#7BEFF9
5#91F2FA
6#A7F4FB
7#BDF7FC
8#D3FAFD
9#E9FCFE
Tones
Muted variations
1#2DDBEB
2#38D3E1
3#42CAD6
4#4DC1CC
5#57B8C1
6#62AFB6
7#6DA7AC
8#779EA1
9#829597
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;
}