Sky Blue
#86A4C6
BlueColor Codes
All color formats for development
HEX
#86A4C6RGB
rgb(134, 164, 198)HSL
hsl(212, 36%, 65%)OKLCH
oklch(0.708 0.06 251.8)CMYK
cmyk(32%, 17%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F93BB
2#5982B1
3#4A719E
4#406187
5#355171
6#2A415A
7#203144
8#15202D
9#0B1017
Tints
Lighter variations
1#92ADCC
2#9EB6D1
3#AABFD7
4#B6C8DD
5#C2D1E2
6#CEDAE8
7#DBE4EE
8#E7EDF4
9#F3F6F9
Tones
Muted variations
1#89A4C3
2#8CA4BF
3#8FA4BC
4#92A4B9
5#96A5B6
6#99A5B3
7#9CA5AF
8#9FA5AC
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 | AFC3 #AFC3D9 | BordersInactive statesPlaceholder text |
| 400 | 86A4 #86A4C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6389 #6389B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 486E #486E99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3957 #395779 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293E #293E57 | 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: #AFC3D9;
--sky-blue-400: #86A4C6;
--sky-blue-500: #6389B6;
--sky-blue-600: #486E99;
--sky-blue-700: #395779;
--sky-blue-800: #293E57;
--sky-blue-900: #1A2837;
--sky-blue-950: #101923;
}