Sky Blue
#86A7C6
BlueColor Codes
All color formats for development
HEX
#86A7C6RGB
rgb(134, 167, 198)HSL
hsl(209, 36%, 65%)OKLCH
oklch(0.715 0.058 247)CMYK
cmyk(32%, 16%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F96BB
2#5986B1
3#4A759E
4#406587
5#355471
6#2A435A
7#203244
8#15222D
9#0B1117
Tints
Lighter variations
1#92B0CC
2#9EB8D1
3#AAC1D7
4#B6CADD
5#C2D3E2
6#CEDCE8
7#DBE5EE
8#E7EDF4
9#F3F6F9
Tones
Muted variations
1#89A7C3
2#8CA7BF
3#8FA6BC
4#92A6B9
5#96A6B6
6#99A6B3
7#9CA6AF
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 | D2DE #D2DEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC5 #AFC5D9 | BordersInactive statesPlaceholder text |
| 400 | 86A7 #86A7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 638E #638EB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4872 #487299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 395A #395A79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2941 #294157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A29 #1A2937 | 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: #F5F7FA;
--sky-blue-100: #E7EDF4;
--sky-blue-200: #D2DEEA;
--sky-blue-300: #AFC5D9;
--sky-blue-400: #86A7C6;
--sky-blue-500: #638EB6;
--sky-blue-600: #487299;
--sky-blue-700: #395A79;
--sky-blue-800: #294157;
--sky-blue-900: #1A2937;
--sky-blue-950: #101A23;
}