Sky Blue
#83A0C9
BlueColor Codes
All color formats for development
HEX
#83A0C9RGB
rgb(131, 160, 201)HSL
hsl(215, 39%, 65%)OKLCH
oklch(0.699 0.069 257.1)CMYK
cmyk(35%, 20%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C8EBE
2#557DB4
3#476CA1
4#3D5D8A
5#334D73
6#283E5C
7#1E2E45
8#141F2E
9#0A0F17
Tints
Lighter variations
1#8FA9CE
2#9CB3D3
3#A8BCD9
4#B5C6DE
5#C1CFE4
6#CDD9E9
7#DAE2EF
8#E6ECF4
9#F3F5FA
Tones
Muted variations
1#86A1C5
2#8AA1C2
3#8DA2BE
4#91A2BB
5#94A3B7
6#98A3B4
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 | ADC1 #ADC1DB | BordersInactive statesPlaceholder text |
| 400 | 83A0 #83A0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F85 #5F85B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4469 #44699C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3653 #36537C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273C #273C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1926 #192639 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | 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: #ADC1DB;
--sky-blue-400: #83A0C9;
--sky-blue-500: #5F85B9;
--sky-blue-600: #44699C;
--sky-blue-700: #36537C;
--sky-blue-800: #273C59;
--sky-blue-900: #192639;
--sky-blue-950: #101823;
}