Sky Blue
#86A1C6
BlueColor Codes
All color formats for development
HEX
#86A1C6RGB
rgb(134, 161, 198)HSL
hsl(215, 36%, 65%)OKLCH
oklch(0.702 0.062 256.4)CMYK
cmyk(32%, 19%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F8FBB
2#597DB1
3#4A6D9E
4#405D87
5#354E71
6#2A3E5A
7#202F44
8#151F2D
9#0B1017
Tints
Lighter variations
1#92AACC
2#9EB3D1
3#AABDD7
4#B6C6DD
5#C2D0E2
6#CED9E8
7#DBE3EE
8#E7ECF4
9#F3F6F9
Tones
Muted variations
1#89A1C3
2#8CA1BF
3#8FA2BC
4#92A3B9
5#96A3B6
6#99A4B3
7#9CA4AF
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 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DC #D2DCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC1 #AFC1D9 | BordersInactive statesPlaceholder text |
| 400 | 86A0 #86A0C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6385 #6385B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4869 #486999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3954 #395479 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293C #293C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A26 #1A2637 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F7FA;
--sky-blue-100: #E7ECF4;
--sky-blue-200: #D2DCEA;
--sky-blue-300: #AFC1D9;
--sky-blue-400: #86A0C6;
--sky-blue-500: #6385B6;
--sky-blue-600: #486999;
--sky-blue-700: #395479;
--sky-blue-800: #293C57;
--sky-blue-900: #1A2637;
--sky-blue-950: #101823;
}