Sky Blue
#829FC9
BlueColor Codes
All color formats for development
HEX
#829FC9RGB
rgb(130, 159, 201)HSL
hsl(215, 40%, 65%)OKLCH
oklch(0.696 0.07 257.6)CMYK
cmyk(35%, 21%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B8EC0
2#547CB6
3#466CA2
4#3C5D8B
5#324D74
6#283E5D
7#1E2E46
8#141F2E
9#0A0F17
Tints
Lighter variations
1#8FA9CF
2#9BB3D4
3#A8BCDA
4#B4C6DF
5#C1CFE4
6#CDD9EA
7#DAE2EF
8#E6ECF4
9#F3F5FA
Tones
Muted variations
1#86A0C6
2#89A1C2
3#8DA2BF
4#90A2BB
5#94A3B8
6#97A3B4
7#9BA4B0
8#9FA5AD
9#A2A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DC #D1DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC0 #ADC0DC | BordersInactive statesPlaceholder text |
| 400 | 82A0 #82A0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E85 #5E85BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4369 #43699D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3653 #36537D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263B #263B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1826 #182639 | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FA;
--sky-blue-100: #E6ECF4;
--sky-blue-200: #D1DCEB;
--sky-blue-300: #ADC0DC;
--sky-blue-400: #82A0C9;
--sky-blue-500: #5E85BA;
--sky-blue-600: #43699D;
--sky-blue-700: #36537D;
--sky-blue-800: #263B59;
--sky-blue-900: #182639;
--sky-blue-950: #0F1824;
}