Sky Blue
#83A8C9
BlueColor Codes
All color formats for development
HEX
#83A8C9RGB
rgb(131, 168, 201)HSL
hsl(208, 39%, 65%)OKLCH
oklch(0.716 0.063 245.8)CMYK
cmyk(35%, 16%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C98BE
2#5588B4
3#4777A1
4#3D668A
5#335573
6#28445C
7#1E3345
8#14222E
9#0A1117
Tints
Lighter variations
1#8FB1CE
2#9CB9D3
3#A8C2D9
4#B5CBDE
5#C1D4E4
6#CDDCE9
7#DAE5EF
8#E6EEF4
9#F3F6FA
Tones
Muted variations
1#86A8C5
2#8AA8C2
3#8DA7BE
4#91A7BB
5#94A7B7
6#98A7B4
7#9BA6B0
8#9FA6AD
9#A2A6A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DF #D1DFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC6 #ADC6DB | BordersInactive statesPlaceholder text |
| 400 | 83A8 #83A8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8F #5F8FB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4473 #44739C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365C #365C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2741 #274159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192A #192A39 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FA;
--sky-blue-100: #E6EEF4;
--sky-blue-200: #D1DFEB;
--sky-blue-300: #ADC6DB;
--sky-blue-400: #83A8C9;
--sky-blue-500: #5F8FB9;
--sky-blue-600: #44739C;
--sky-blue-700: #365C7C;
--sky-blue-800: #274159;
--sky-blue-900: #192A39;
--sky-blue-950: #101A23;
}