Sky Blue
#85A7C7
BlueColor Codes
All color formats for development
HEX
#85A7C7RGB
rgb(133, 167, 199)HSL
hsl(209, 37%, 65%)OKLCH
oklch(0.715 0.06 247.1)CMYK
cmyk(33%, 16%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E96BC
2#5786B2
3#49759F
4#3F6588
5#345472
6#2A435B
7#1F3244
8#15222D
9#0A1117
Tints
Lighter variations
1#91B0CC
2#9DB8D2
3#A9C1D8
4#B6CADD
5#C2D3E3
6#CEDCE9
7#DAE5EE
8#E7EDF4
9#F3F6F9
Tones
Muted variations
1#88A7C3
2#8BA7C0
3#8FA7BD
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 | AFC5 #AFC5DA | BordersInactive statesPlaceholder text |
| 400 | 85A7 #85A7C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628E #628EB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4772 #47729A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385A #385A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2841 #284157 | 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: #AFC5DA;
--sky-blue-400: #85A7C7;
--sky-blue-500: #628EB7;
--sky-blue-600: #47729A;
--sky-blue-700: #385A7A;
--sky-blue-800: #284157;
--sky-blue-900: #1A2938;
--sky-blue-950: #101A23;
}