Sky Blue
#86A3C6
BlueColor Codes
All color formats for development
HEX
#86A3C6RGB
rgb(134, 163, 198)HSL
hsl(213, 36%, 65%)OKLCH
oklch(0.706 0.061 253.4)CMYK
cmyk(32%, 18%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F91BB
2#5980B1
3#4A709E
4#406087
5#355071
6#2A405A
7#203044
8#15202D
9#0B1017
Tints
Lighter variations
1#92ACCC
2#9EB5D1
3#AABED7
4#B6C8DD
5#C2D1E2
6#CEDAE8
7#DBE3EE
8#E7EDF4
9#F3F6F9
Tones
Muted variations
1#89A3C3
2#8CA3BF
3#8FA4BC
4#92A4B9
5#96A4B6
6#99A4B3
7#9CA5AF
8#9FA5AC
9#A3A5A9
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 | AFC2 #AFC2D9 | BordersInactive statesPlaceholder text |
| 400 | 86A3 #86A3C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6388 #6388B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 486C #486C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3956 #395679 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293D #293D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A27 #1A2737 | 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: #AFC2D9;
--sky-blue-400: #86A3C6;
--sky-blue-500: #6388B6;
--sky-blue-600: #486C99;
--sky-blue-700: #395679;
--sky-blue-800: #293D57;
--sky-blue-900: #1A2737;
--sky-blue-950: #101923;
}