Sky Blue
#86A6C6
BlueColor Codes
All color formats for development
HEX
#86A6C6RGB
rgb(134, 166, 198)HSL
hsl(210, 36%, 65%)OKLCH
oklch(0.713 0.059 248.7)CMYK
cmyk(32%, 16%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F95BB
2#5985B1
3#4A749E
4#406387
5#355371
6#2A425A
7#203244
8#15212D
9#0B1117
Tints
Lighter variations
1#92AFCC
2#9EB8D1
3#AAC1D7
4#B6C9DD
5#C2D2E2
6#CEDBE8
7#DBE4EE
8#E7EDF4
9#F3F6F9
Tones
Muted variations
1#89A6C3
2#8CA6BF
3#8FA6BC
4#92A6B9
5#96A6B6
6#99A6B3
7#9CA6AF
8#9FA6AC
9#A3A6A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DE #D2DEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC4 #AFC4D9 | BordersInactive statesPlaceholder text |
| 400 | 86A6 #86A6C6 | Disabled statesSecondary iconsMuted text |
| 500 | 638C #638CB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4870 #487099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3959 #395979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2940 #294057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A29 #1A2937 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F7FA;
--sky-blue-100: #E7EDF4;
--sky-blue-200: #D2DEEA;
--sky-blue-300: #AFC4D9;
--sky-blue-400: #86A6C6;
--sky-blue-500: #638CB6;
--sky-blue-600: #487099;
--sky-blue-700: #395979;
--sky-blue-800: #294057;
--sky-blue-900: #1A2937;
--sky-blue-950: #101A23;
}