Sky Blue
#86B0C6
BlueColor Codes
All color formats for development
HEX
#86B0C6RGB
rgb(134, 176, 198)HSL
hsl(201, 36%, 65%)OKLCH
oklch(0.734 0.055 231.3)CMYK
cmyk(32%, 11%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6FA1BB
2#5992B1
3#4A819E
4#406E87
5#355C71
6#2A495A
7#203744
8#15252D
9#0B1217
Tints
Lighter variations
1#92B7CC
2#9EBFD1
3#AAC7D7
4#B6CFDD
5#C2D7E2
6#CEDFE8
7#DBE7EE
8#E7EFF4
9#F3F7F9
Tones
Muted variations
1#89AEC3
2#8CADBF
3#8FACBC
4#92ACB9
5#96ABB6
6#99AAB3
7#9CA9AF
8#9FA8AC
9#A3A7A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E1 #D2E1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCB #AFCBD9 | BordersInactive statesPlaceholder text |
| 400 | 86AF #86AFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6399 #6399B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 487C #487C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3963 #396379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2947 #294757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2D #1A2D37 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F8FA;
--sky-blue-100: #E7EFF4;
--sky-blue-200: #D2E1EA;
--sky-blue-300: #AFCBD9;
--sky-blue-400: #86AFC6;
--sky-blue-500: #6399B6;
--sky-blue-600: #487C99;
--sky-blue-700: #396379;
--sky-blue-800: #294757;
--sky-blue-900: #1A2D37;
--sky-blue-950: #101C23;
}