Cyan
#23E1F6
CyanColor Codes
All color formats for development
HEX
#23E1F6RGB
rgb(35, 225, 246)HSL
hsl(186, 92%, 55%)OKLCH
oklch(0.833 0.138 207.2)CMYK
cmyk(86%, 9%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0ADBF2
2#09C3D7
3#08AABC
4#0792A2
5#067A87
6#04616C
7#034951
8#023136
9#01181B
Tints
Lighter variations
1#39E4F7
2#4FE7F8
3#65EAF9
4#7BEDF9
5#91F0FA
6#A7F3FB
7#BDF6FC
8#D3F9FD
9#E9FCFE
Tones
Muted variations
1#2DD8EB
2#38D0E1
3#42C7D6
4#4DBFCC
5#57B6C1
6#62AEB6
7#6DA6AC
8#779DA1
9#829597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF6 #BFF6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF0 #8EF0FA | BordersInactive statesPlaceholder text |
| 400 | 54E7 #54E7F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23E1 #23E1F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09C3 #09C3D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 079B #079BAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 056F #056F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0347 #03474E | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFE;
--cyan-100: #DDFAFE;
--cyan-200: #BFF6FC;
--cyan-300: #8EF0FA;
--cyan-400: #54E7F8;
--cyan-500: #23E1F6;
--cyan-600: #09C3D7;
--cyan-700: #079BAB;
--cyan-800: #056F7A;
--cyan-900: #03474E;
--cyan-950: #022C31;
}