Cyan
#23D3F6
CyanColor Codes
All color formats for development
HEX
#23D3F6RGB
rgb(35, 211, 246)HSL
hsl(190, 92%, 55%)OKLCH
oklch(0.8 0.137 216.1)CMYK
cmyk(86%, 14%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0ACCF2
2#09B5D7
3#089EBC
4#0788A2
5#067187
6#045B6C
7#034451
8#022D36
9#01171B
Tints
Lighter variations
1#39D7F7
2#4FDCF8
3#65E0F9
4#7BE4F9
5#91E9FA
6#A7EDFB
7#BDF2FC
8#D3F6FD
9#E9FBFE
Tones
Muted variations
1#2DCCEB
2#38C5E1
3#42BED6
4#4DB6CC
5#57AFC1
6#62A8B6
7#6DA1AC
8#779AA1
9#829397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF2 #BFF2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE8 #8EE8FA | BordersInactive statesPlaceholder text |
| 400 | 54DC #54DCF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23D3 #23D3F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09B5 #09B5D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0790 #0790AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0567 #05677A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0342 #03424E | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFE;
--cyan-100: #DDF8FE;
--cyan-200: #BFF2FC;
--cyan-300: #8EE8FA;
--cyan-400: #54DCF8;
--cyan-500: #23D3F6;
--cyan-600: #09B5D7;
--cyan-700: #0790AB;
--cyan-800: #05677A;
--cyan-900: #03424E;
--cyan-950: #022931;
}