Sky Blue
#85A4C7
BlueColor Codes
All color formats for development
HEX
#85A4C7RGB
rgb(133, 164, 199)HSL
hsl(212, 37%, 65%)OKLCH
oklch(0.708 0.062 251.8)CMYK
cmyk(33%, 18%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E93BC
2#5782B2
3#49719F
4#3F6188
5#345172
6#2A415B
7#1F3044
8#15202D
9#0A1017
Tints
Lighter variations
1#91ADCC
2#9DB6D2
3#A9BFD8
4#B6C8DD
5#C2D1E3
6#CEDAE9
7#DAE4EE
8#E7EDF4
9#F3F6F9
Tones
Muted variations
1#88A4C3
2#8BA4C0
3#8FA4BD
4#92A4BA
5#95A5B6
6#99A5B3
7#9CA5B0
8#9FA5AC
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 | AFC3 #AFC3DA | BordersInactive statesPlaceholder text |
| 400 | 85A4 #85A4C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6289 #6289B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 476D #476D9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3857 #38577A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283E #283E57 | 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: #AFC3DA;
--sky-blue-400: #85A4C7;
--sky-blue-500: #6289B7;
--sky-blue-600: #476D9A;
--sky-blue-700: #38577A;
--sky-blue-800: #283E57;
--sky-blue-900: #1A2838;
--sky-blue-950: #101923;
}