Sky Blue
#85A9C7
BlueColor Codes
All color formats for development
HEX
#85A9C7RGB
rgb(133, 169, 199)HSL
hsl(207, 37%, 65%)OKLCH
oklch(0.719 0.059 243.9)CMYK
cmyk(33%, 15%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E99BC
2#5789B2
3#49789F
4#3F6788
5#345672
6#2A455B
7#1F3444
8#15222D
9#0A1117
Tints
Lighter variations
1#91B2CC
2#9DBAD2
3#A9C3D8
4#B6CBDD
5#C2D4E3
6#CEDDE9
7#DAE5EE
8#E7EEF4
9#F3F6F9
Tones
Muted variations
1#88A9C3
2#8BA8C0
3#8FA8BD
4#92A8BA
5#95A7B6
6#99A7B3
7#9CA7B0
8#9FA6AC
9#A2A6A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DF #D2DFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC7 #AFC7DA | BordersInactive statesPlaceholder text |
| 400 | 85A9 #85A9C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6290 #6290B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4774 #47749A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385D #385D7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2842 #284257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2A #1A2A38 | 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: #F5F8FA;
--sky-blue-100: #E7EEF4;
--sky-blue-200: #D2DFEA;
--sky-blue-300: #AFC7DA;
--sky-blue-400: #85A9C7;
--sky-blue-500: #6290B7;
--sky-blue-600: #47749A;
--sky-blue-700: #385D7A;
--sky-blue-800: #284257;
--sky-blue-900: #1A2A38;
--sky-blue-950: #101A23;
}