Sky Blue
#83A7C9
BlueColor Codes
All color formats for development
HEX
#83A7C9RGB
rgb(131, 167, 201)HSL
hsl(209, 39%, 65%)OKLCH
oklch(0.714 0.064 247.3)CMYK
cmyk(35%, 17%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C97BE
2#5586B4
3#4776A1
4#3D658A
5#335473
6#28435C
7#1E3245
8#14222E
9#0A1117
Tints
Lighter variations
1#8FB0CE
2#9CB9D3
3#A8C1D9
4#B5CADE
5#C1D3E4
6#CDDCE9
7#DAE5EF
8#E6EDF4
9#F3F6FA
Tones
Muted variations
1#86A7C5
2#8AA7C2
3#8DA7BE
4#91A6BB
5#94A6B7
6#98A6B4
7#9BA6B0
8#9FA6AD
9#A2A6A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DE #D1DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC5 #ADC5DB | BordersInactive statesPlaceholder text |
| 400 | 83A7 #83A7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8E #5F8EB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4472 #44729C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365A #365A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2741 #274159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1929 #192939 | 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: #F4F7FA;
--sky-blue-100: #E6EDF4;
--sky-blue-200: #D1DEEB;
--sky-blue-300: #ADC5DB;
--sky-blue-400: #83A7C9;
--sky-blue-500: #5F8EB9;
--sky-blue-600: #44729C;
--sky-blue-700: #365A7C;
--sky-blue-800: #274159;
--sky-blue-900: #192939;
--sky-blue-950: #101A23;
}