Sky Blue
#85A0C7
BlueColor Codes
All color formats for development
HEX
#85A0C7RGB
rgb(133, 160, 199)HSL
hsl(215, 37%, 65%)OKLCH
oklch(0.699 0.065 257.5)CMYK
cmyk(33%, 20%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E8FBC
2#577DB2
3#496D9F
4#3F5D88
5#344E72
6#2A3E5B
7#1F2F44
8#151F2D
9#0A1017
Tints
Lighter variations
1#91AACC
2#9DB3D2
3#A9BDD8
4#B6C6DD
5#C2D0E3
6#CED9E9
7#DAE3EE
8#E7ECF4
9#F3F6F9
Tones
Muted variations
1#88A1C3
2#8BA1C0
3#8FA2BD
4#92A2BA
5#95A3B6
6#99A4B3
7#9CA4B0
8#9FA5AC
9#A2A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DC #D2DCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC1 #AFC1DA | BordersInactive statesPlaceholder text |
| 400 | 85A0 #85A0C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6285 #6285B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4769 #47699A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3854 #38547A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283C #283C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A26 #1A2638 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F7FA;
--sky-blue-100: #E7ECF4;
--sky-blue-200: #D2DCEA;
--sky-blue-300: #AFC1DA;
--sky-blue-400: #85A0C7;
--sky-blue-500: #6285B7;
--sky-blue-600: #47699A;
--sky-blue-700: #38547A;
--sky-blue-800: #283C57;
--sky-blue-900: #1A2638;
--sky-blue-950: #101823;
}