Sky Blue
#829CC9
BlueColor Codes
All color formats for development
HEX
#829CC9RGB
rgb(130, 156, 201)HSL
hsl(218, 40%, 65%)OKLCH
oklch(0.69 0.073 261.2)CMYK
cmyk(35%, 22%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B8AC0
2#5478B6
3#4668A2
4#3C598B
5#324A74
6#283B5D
7#1E2C46
8#141E2E
9#0A0F17
Tints
Lighter variations
1#8FA6CF
2#9BB0D4
3#A8BADA
4#B4C4DF
5#C1CEE4
6#CDD7EA
7#DAE1EF
8#E6EBF4
9#F3F5FA
Tones
Muted variations
1#869DC6
2#899EC2
3#8D9FBF
4#90A0BB
5#94A1B8
6#97A2B4
7#9BA3B0
8#9FA4AD
9#A2A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DA #D1DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBE #ADBEDC | BordersInactive statesPlaceholder text |
| 400 | 829C #829CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E80 #5E80BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4364 #43649D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3650 #36507D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2639 #263959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #182439 | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FA;
--sky-blue-100: #E6EBF4;
--sky-blue-200: #D1DAEB;
--sky-blue-300: #ADBEDC;
--sky-blue-400: #829CC9;
--sky-blue-500: #5E80BA;
--sky-blue-600: #43649D;
--sky-blue-700: #36507D;
--sky-blue-800: #263959;
--sky-blue-900: #182439;
--sky-blue-950: #0F1724;
}