Sky Blue
#829AC9
BlueColor Codes
All color formats for development
HEX
#829AC9RGB
rgb(130, 154, 201)HSL
hsl(220, 40%, 65%)OKLCH
oklch(0.685 0.075 263.5)CMYK
cmyk(35%, 23%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B87C0
2#5474B6
3#4665A2
4#3C568B
5#324874
6#28395D
7#1E2B46
8#141D2E
9#0A0E17
Tints
Lighter variations
1#8FA4CF
2#9BAED4
3#A8B8DA
4#B4C2DF
5#C1CCE4
6#CDD7EA
7#DAE1EF
8#E6EBF4
9#F3F5FA
Tones
Muted variations
1#869BC6
2#899CC2
3#8D9DBF
4#909FBB
5#94A0B8
6#97A1B4
7#9BA2B0
8#9FA3AD
9#A2A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D9 #D1D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBD #ADBDDC | BordersInactive statesPlaceholder text |
| 400 | 829A #829AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E7D #5E7DBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4361 #43619D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364D #364D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2637 #263759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1823 #182339 | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F6FA;
--sky-blue-100: #E6EBF4;
--sky-blue-200: #D1D9EB;
--sky-blue-300: #ADBDDC;
--sky-blue-400: #829AC9;
--sky-blue-500: #5E7DBA;
--sky-blue-600: #43619D;
--sky-blue-700: #364D7D;
--sky-blue-800: #263759;
--sky-blue-900: #182339;
--sky-blue-950: #0F1624;
}