Sky Blue
#869CC6
BlueColor Codes
All color formats for development
HEX
#869CC6RGB
rgb(134, 156, 198)HSL
hsl(219, 36%, 65%)OKLCH
oklch(0.691 0.067 263.1)CMYK
cmyk(32%, 21%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F8ABB
2#5977B1
3#4A679E
4#405987
5#354A71
6#2A3B5A
7#202C44
8#151E2D
9#0B0F17
Tints
Lighter variations
1#92A6CC
2#9EB0D1
3#AABAD7
4#B6C4DD
5#C2CEE2
6#CED7E8
7#DBE1EE
8#E7EBF4
9#F3F5F9
Tones
Muted variations
1#899DC3
2#8C9EBF
3#8F9FBC
4#92A0B9
5#96A1B6
6#99A2B3
7#9CA3AF
8#9FA4AC
9#A3A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DA #D2DAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBE #AFBED9 | BordersInactive statesPlaceholder text |
| 400 | 869C #869CC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6380 #6380B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4864 #486499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3950 #395079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2939 #293957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A24 #1A2437 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F7FA;
--sky-blue-100: #E7EBF4;
--sky-blue-200: #D2DAEA;
--sky-blue-300: #AFBED9;
--sky-blue-400: #869CC6;
--sky-blue-500: #6380B6;
--sky-blue-600: #486499;
--sky-blue-700: #395079;
--sky-blue-800: #293957;
--sky-blue-900: #1A2437;
--sky-blue-950: #101723;
}