Sky Blue
#85B6C7
BlueColor Codes
All color formats for development
HEX
#85B6C7RGB
rgb(133, 182, 199)HSL
hsl(195, 37%, 65%)OKLCH
oklch(0.748 0.057 221.4)CMYK
cmyk(33%, 9%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EA9BC
2#579BB2
3#49899F
4#3F7688
5#346272
6#2A4F5B
7#1F3B44
8#15272D
9#0A1417
Tints
Lighter variations
1#91BECC
2#9DC5D2
3#A9CCD8
4#B6D3DD
5#C2DBE3
6#CEE2E9
7#DAE9EE
8#E7F0F4
9#F3F8F9
Tones
Muted variations
1#88B5C3
2#8BB3C0
3#8FB1BD
4#92B0BA
5#95AEB6
6#99ACB3
7#9CABB0
8#9FA9AC
9#A2A7A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E4 #D2E4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCF #AFCFDA | BordersInactive statesPlaceholder text |
| 400 | 85B6 #85B6C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A1 #62A1B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4785 #47859A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386A #386A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284C #284C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A30 #1A3038 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F9FA;
--sky-blue-100: #E7F0F4;
--sky-blue-200: #D2E4EA;
--sky-blue-300: #AFCFDA;
--sky-blue-400: #85B6C7;
--sky-blue-500: #62A1B7;
--sky-blue-600: #47859A;
--sky-blue-700: #386A7A;
--sky-blue-800: #284C57;
--sky-blue-900: #1A3038;
--sky-blue-950: #101E23;
}