Sky Blue
#86C1C6
CyanColor Codes
All color formats for development
HEX
#86C1C6RGB
rgb(134, 193, 198)HSL
hsl(185, 36%, 65%)OKLCH
oklch(0.772 0.061 202.6)CMYK
cmyk(32%, 3%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6FB5BB
2#59A9B1
3#4A979E
4#408187
5#356C71
6#2A565A
7#204144
8#152B2D
9#0B1617
Tints
Lighter variations
1#92C7CC
2#9ECDD1
3#AAD3D7
4#B6DADD
5#C2E0E2
6#CEE6E8
7#DBECEE
8#E7F3F4
9#F3F9F9
Tones
Muted variations
1#89BEC3
2#8CBBBF
3#8FB8BC
4#92B6B9
5#96B3B6
6#99B0B3
7#9CAEAF
8#9FABAC
9#A3A8A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F3 #E7F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD6 #AFD6D9 | BordersInactive statesPlaceholder text |
| 400 | 86C1 #86C1C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63AF #63AFB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4892 #489299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3974 #397479 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2953 #295357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A35 #1A3537 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5FAFA;
--sky-blue-100: #E7F3F4;
--sky-blue-200: #D2E8EA;
--sky-blue-300: #AFD6D9;
--sky-blue-400: #86C1C6;
--sky-blue-500: #63AFB6;
--sky-blue-600: #489299;
--sky-blue-700: #397479;
--sky-blue-800: #295357;
--sky-blue-900: #1A3537;
--sky-blue-950: #102123;
}