Sky Blue
#85A6C7
BlueColor Codes
All color formats for development
HEX
#85A6C7RGB
rgb(133, 166, 199)HSL
hsl(210, 37%, 65%)OKLCH
oklch(0.712 0.061 248.7)CMYK
cmyk(33%, 17%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E95BC
2#5785B2
3#49749F
4#3F6388
5#345372
6#2A425B
7#1F3244
8#15212D
9#0A1117
Tints
Lighter variations
1#91AFCC
2#9DB8D2
3#A9C1D8
4#B6C9DD
5#C2D2E3
6#CEDBE9
7#DAE4EE
8#E7EDF4
9#F3F6F9
Tones
Muted variations
1#88A6C3
2#8BA6C0
3#8FA6BD
4#92A6BA
5#95A6B6
6#99A6B3
7#9CA6B0
8#9FA6AC
9#A2A6A9
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 #AFC4DA | BordersInactive statesPlaceholder text |
| 400 | 85A6 #85A6C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628C #628CB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4770 #47709A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3859 #38597A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2840 #284057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A29 #1A2938 | 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: #AFC4DA;
--sky-blue-400: #85A6C7;
--sky-blue-500: #628CB7;
--sky-blue-600: #47709A;
--sky-blue-700: #38597A;
--sky-blue-800: #284057;
--sky-blue-900: #1A2938;
--sky-blue-950: #101A23;
}