Cyan
#23CFF6
CyanColor Codes
All color formats for development
HEX
#23CFF6RGB
rgb(35, 207, 246)HSL
hsl(191, 92%, 55%)OKLCH
oklch(0.791 0.137 218.7)CMYK
cmyk(86%, 16%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AC8F2
2#09B2D7
3#089BBC
4#0785A2
5#066F87
6#04596C
7#034351
8#022C36
9#01161B
Tints
Lighter variations
1#39D4F7
2#4FD9F8
3#65DDF9
4#7BE2F9
5#91E7FA
6#A7ECFB
7#BDF1FC
8#D3F5FD
9#E9FAFE
Tones
Muted variations
1#2DC8EB
2#38C2E1
3#42BBD6
4#4DB4CC
5#57AEC1
6#62A7B6
7#6DA0AC
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 | BFF1 #BFF1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE7 #8EE7FA | BordersInactive statesPlaceholder text |
| 400 | 54DA #54DAF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23CF #23CFF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09B2 #09B2D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 078D #078DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0565 #05657A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0341 #03414E | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFE;
--cyan-100: #DDF8FE;
--cyan-200: #BFF1FC;
--cyan-300: #8EE7FA;
--cyan-400: #54DAF8;
--cyan-500: #23CFF6;
--cyan-600: #09B2D7;
--cyan-700: #078DAB;
--cyan-800: #05657A;
--cyan-900: #03414E;
--cyan-950: #022831;
}