Sky Blue
#86ACC6
BlueColor Codes
All color formats for development
HEX
#86ACC6RGB
rgb(134, 172, 198)HSL
hsl(204, 36%, 65%)OKLCH
oklch(0.726 0.056 238.4)CMYK
cmyk(32%, 13%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F9DBB
2#598DB1
3#4A7C9E
4#406B87
5#355971
6#2A475A
7#203544
8#15242D
9#0B1217
Tints
Lighter variations
1#92B4CC
2#9EBDD1
3#AAC5D7
4#B6CDDD
5#C2D6E2
6#CEDEE8
7#DBE6EE
8#E7EEF4
9#F3F7F9
Tones
Muted variations
1#89ACC3
2#8CABBF
3#8FAABC
4#92AAB9
5#96A9B6
6#99A8B3
7#9CA8AF
8#9FA7AC
9#A3A6A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E0 #D2E0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC9 #AFC9D9 | BordersInactive statesPlaceholder text |
| 400 | 86AC #86ACC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6395 #6395B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4878 #487899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3960 #396079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2944 #294457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2C #1A2C37 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F8FA;
--sky-blue-100: #E7EEF4;
--sky-blue-200: #D2E0EA;
--sky-blue-300: #AFC9D9;
--sky-blue-400: #86ACC6;
--sky-blue-500: #6395B6;
--sky-blue-600: #487899;
--sky-blue-700: #396079;
--sky-blue-800: #294457;
--sky-blue-900: #1A2C37;
--sky-blue-950: #101B23;
}