Cyan
#23E8F6
CyanColor Codes
All color formats for development
HEX
#23E8F6RGB
rgb(35, 232, 246)HSL
hsl(184, 92%, 55%)OKLCH
oklch(0.85 0.14 202.9)CMYK
cmyk(86%, 6%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AE3F2
2#09CAD7
3#08B0BC
4#0797A2
5#067E87
6#04656C
7#034C51
8#023236
9#01191B
Tints
Lighter variations
1#39EAF7
2#4FECF8
3#65EFF9
4#7BF1F9
5#91F3FA
6#A7F6FB
7#BDF8FC
8#D3FAFD
9#E9FDFE
Tones
Muted variations
1#2DDFEB
2#38D5E1
3#42CCD6
4#4DC3CC
5#57BAC1
6#62B1B6
7#6DA8AC
8#779FA1
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 | 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;
}