Sky Blue
#869AC6
BlueColor Codes
All color formats for development
HEX
#869AC6RGB
rgb(134, 154, 198)HSL
hsl(221, 36%, 65%)OKLCH
oklch(0.687 0.069 265.6)CMYK
cmyk(32%, 22%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F87BB
2#5974B1
3#4A659E
4#405687
5#354871
6#2A3A5A
7#202B44
8#151D2D
9#0B0E17
Tints
Lighter variations
1#92A4CC
2#9EAED1
3#AAB8D7
4#B6C2DD
5#C2CCE2
6#CED7E8
7#DBE1EE
8#E7EBF4
9#F3F5F9
Tones
Muted variations
1#899BC3
2#8C9CBF
3#8F9EBC
4#929FB9
5#96A0B6
6#99A1B3
7#9CA2AF
8#9FA3AC
9#A3A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBD #AFBDD9 | BordersInactive statesPlaceholder text |
| 400 | 869A #869AC6 | Disabled statesSecondary iconsMuted text |
| 500 | 637D #637DB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4861 #486199 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394D #394D79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2937 #293757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A23 #1A2337 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F6FA;
--sky-blue-100: #E7EBF4;
--sky-blue-200: #D2D9EA;
--sky-blue-300: #AFBDD9;
--sky-blue-400: #869AC6;
--sky-blue-500: #637DB6;
--sky-blue-600: #486199;
--sky-blue-700: #394D79;
--sky-blue-800: #293757;
--sky-blue-900: #1A2337;
--sky-blue-950: #101623;
}