Sky Blue
#85A5C7
BlueColor Codes
All color formats for development
HEX
#85A5C7RGB
rgb(133, 165, 199)HSL
hsl(211, 37%, 65%)OKLCH
oklch(0.71 0.061 250.2)CMYK
cmyk(33%, 17%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E94BC
2#5783B2
3#49739F
4#3F6288
5#345272
6#2A415B
7#1F3144
8#15212D
9#0A1017
Tints
Lighter variations
1#91AECC
2#9DB7D2
3#A9C0D8
4#B6C9DD
5#C2D2E3
6#CEDBE9
7#DAE4EE
8#E7EDF4
9#F3F6F9
Tones
Muted variations
1#88A5C3
2#8BA5C0
3#8FA5BD
4#92A5BA
5#95A5B6
6#99A5B3
7#9CA5B0
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 | D2DD #D2DDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC4 #AFC4DA | BordersInactive statesPlaceholder text |
| 400 | 85A5 #85A5C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628B #628BB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 476F #476F9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3858 #38587A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283F #283F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A28 #1A2838 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | 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: #D2DDEA;
--sky-blue-300: #AFC4DA;
--sky-blue-400: #85A5C7;
--sky-blue-500: #628BB7;
--sky-blue-600: #476F9A;
--sky-blue-700: #38587A;
--sky-blue-800: #283F57;
--sky-blue-900: #1A2838;
--sky-blue-950: #101923;
}