Cyan
#23D6F6
CyanColor Codes
All color formats for development
HEX
#23D6F6RGB
rgb(35, 214, 246)HSL
hsl(189, 92%, 55%)OKLCH
oklch(0.807 0.137 214.2)CMYK
cmyk(86%, 13%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AD0F2
2#09B8D7
3#08A1BC
4#078AA2
5#067387
6#045C6C
7#034551
8#022E36
9#01171B
Tints
Lighter variations
1#39DAF7
2#4FDEF8
3#65E2F9
4#7BE6F9
5#91EBFA
6#A7EFFB
7#BDF3FC
8#D3F7FD
9#E9FBFE
Tones
Muted variations
1#2DCFEB
2#38C7E1
3#42C0D6
4#4DB9CC
5#57B1C1
6#62AAB6
7#6DA2AC
8#779BA1
9#829497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF3 #BFF3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEA #8EEAFA | BordersInactive statesPlaceholder text |
| 400 | 54DF #54DFF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23D6 #23D6F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09B8 #09B8D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0793 #0793AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0569 #05697A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0343 #03434E | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFE;
--cyan-100: #DDF9FE;
--cyan-200: #BFF3FC;
--cyan-300: #8EEAFA;
--cyan-400: #54DFF8;
--cyan-500: #23D6F6;
--cyan-600: #09B8D7;
--cyan-700: #0793AB;
--cyan-800: #05697A;
--cyan-900: #03434E;
--cyan-950: #022A31;
}