Sky Blue
#86AFC6
BlueColor Codes
All color formats for development
HEX
#86AFC6RGB
rgb(134, 175, 198)HSL
hsl(202, 36%, 65%)OKLCH
oklch(0.732 0.055 233.1)CMYK
cmyk(32%, 12%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F9FBB
2#5990B1
3#4A7F9E
4#406D87
5#355B71
6#2A495A
7#203644
8#15242D
9#0B1217
Tints
Lighter variations
1#92B6CC
2#9EBED1
3#AAC7D7
4#B6CFDD
5#C2D7E2
6#CEDFE8
7#DBE7EE
8#E7EFF4
9#F3F7F9
Tones
Muted variations
1#89ADC3
2#8CADBF
3#8FACBC
4#92ABB9
5#96AAB6
6#99A9B3
7#9CA8AF
8#9FA7AC
9#A3A7A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E1 #D2E1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCA #AFCAD9 | BordersInactive statesPlaceholder text |
| 400 | 86AE #86AEC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6397 #6397B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 487B #487B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3962 #396279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2946 #294657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2D #1A2D37 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F8FA;
--sky-blue-100: #E7EFF4;
--sky-blue-200: #D2E1EA;
--sky-blue-300: #AFCAD9;
--sky-blue-400: #86AEC6;
--sky-blue-500: #6397B6;
--sky-blue-600: #487B99;
--sky-blue-700: #396279;
--sky-blue-800: #294657;
--sky-blue-900: #1A2D37;
--sky-blue-950: #101C23;
}