Sky Blue
#86C6C6
CyanColor Codes
All color formats for development
HEX
#86C6C6RGB
rgb(134, 198, 198)HSL
hsl(180, 36%, 65%)OKLCH
oklch(0.784 0.065 195.9)CMYK
cmyk(32%, 0%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6FBBBB
2#59B1B1
3#4A9E9E
4#408787
5#357171
6#2A5A5A
7#204444
8#152D2D
9#0B1717
Tints
Lighter variations
1#92CCCC
2#9ED1D1
3#AAD7D7
4#B6DDDD
5#C2E2E2
6#CEE8E8
7#DBEEEE
8#E7F4F4
9#F3F9F9
Tones
Muted variations
1#89C3C3
2#8CBFBF
3#8FBCBC
4#92B9B9
5#96B6B6
6#99B3B3
7#9CAFAF
8#9FACAC
9#A3A9A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F4 #E7F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2EA #D2EAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD9 #AFD9D9 | BordersInactive statesPlaceholder text |
| 400 | 86C6 #86C6C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B6 #63B6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4899 #489999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3979 #397979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2957 #295757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A37 #1A3737 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5FAFA;
--sky-blue-100: #E7F4F4;
--sky-blue-200: #D2EAEA;
--sky-blue-300: #AFD9D9;
--sky-blue-400: #86C6C6;
--sky-blue-500: #63B6B6;
--sky-blue-600: #489999;
--sky-blue-700: #397979;
--sky-blue-800: #295757;
--sky-blue-900: #1A3737;
--sky-blue-950: #102323;
}