Sky Blue
#86A5C6
BlueColor Codes
All color formats for development
HEX
#86A5C6RGB
rgb(134, 165, 198)HSL
hsl(211, 36%, 65%)OKLCH
oklch(0.71 0.059 250.3)CMYK
cmyk(32%, 17%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F94BB
2#5983B1
3#4A739E
4#406287
5#355271
6#2A425A
7#203144
8#15212D
9#0B1017
Tints
Lighter variations
1#92AECC
2#9EB7D1
3#AAC0D7
4#B6C9DD
5#C2D2E2
6#CEDBE8
7#DBE4EE
8#E7EDF4
9#F3F6F9
Tones
Muted variations
1#89A5C3
2#8CA5BF
3#8FA5BC
4#92A5B9
5#96A5B6
6#99A5B3
7#9CA5AF
8#9FA6AC
9#A3A6A9
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 #AFC4D9 | BordersInactive statesPlaceholder text |
| 400 | 86A5 #86A5C6 | Disabled statesSecondary iconsMuted text |
| 500 | 638B #638BB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 486F #486F99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3958 #395879 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293F #293F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A28 #1A2837 | 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: #AFC4D9;
--sky-blue-400: #86A5C6;
--sky-blue-500: #638BB6;
--sky-blue-600: #486F99;
--sky-blue-700: #395879;
--sky-blue-800: #293F57;
--sky-blue-900: #1A2837;
--sky-blue-950: #101923;
}