Sky Blue
#83A6C9
BlueColor Codes
All color formats for development
HEX
#83A6C9RGB
rgb(131, 166, 201)HSL
hsl(210, 39%, 65%)OKLCH
oklch(0.712 0.064 248.7)CMYK
cmyk(35%, 17%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C95BE
2#5585B4
3#4774A1
4#3D638A
5#335373
6#28425C
7#1E3245
8#14212E
9#0A1117
Tints
Lighter variations
1#8FAFCE
2#9CB8D3
3#A8C1D9
4#B5C9DE
5#C1D2E4
6#CDDBE9
7#DAE4EF
8#E6EDF4
9#F3F6FA
Tones
Muted variations
1#86A6C5
2#8AA6C2
3#8DA6BE
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 | ADC4 #ADC4DB | BordersInactive statesPlaceholder text |
| 400 | 83A6 #83A6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8C #5F8CB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4470 #44709C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3659 #36597C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2740 #274059 | 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: #ADC4DB;
--sky-blue-400: #83A6C9;
--sky-blue-500: #5F8CB9;
--sky-blue-600: #44709C;
--sky-blue-700: #36597C;
--sky-blue-800: #274059;
--sky-blue-900: #192939;
--sky-blue-950: #101A23;
}