Sky Blue
#86A9C6
BlueColor Codes
All color formats for development
HEX
#86A9C6RGB
rgb(134, 169, 198)HSL
hsl(207, 36%, 65%)OKLCH
oklch(0.719 0.057 243.7)CMYK
cmyk(32%, 15%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F99BB
2#5989B1
3#4A789E
4#406787
5#355671
6#2A455A
7#203444
8#15222D
9#0B1117
Tints
Lighter variations
1#92B2CC
2#9EBAD1
3#AAC3D7
4#B6CBDD
5#C2D4E2
6#CEDDE8
7#DBE5EE
8#E7EEF4
9#F3F6F9
Tones
Muted variations
1#89A9C3
2#8CA8BF
3#8FA8BC
4#92A8B9
5#96A7B6
6#99A7B3
7#9CA7AF
8#9FA6AC
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 | D2DF #D2DFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC6 #AFC6D9 | BordersInactive statesPlaceholder text |
| 400 | 86A9 #86A9C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6390 #6390B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4874 #487499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 395C #395C79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2942 #294257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2A #1A2A37 | 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: #F5F8FA;
--sky-blue-100: #E7EEF4;
--sky-blue-200: #D2DFEA;
--sky-blue-300: #AFC6D9;
--sky-blue-400: #86A9C6;
--sky-blue-500: #6390B6;
--sky-blue-600: #487499;
--sky-blue-700: #395C79;
--sky-blue-800: #294257;
--sky-blue-900: #1A2A37;
--sky-blue-950: #101A23;
}