Sky Blue
#83A1C9
BlueColor Codes
All color formats for development
HEX
#83A1C9RGB
rgb(131, 161, 201)HSL
hsl(214, 39%, 65%)OKLCH
oklch(0.701 0.068 255.7)CMYK
cmyk(35%, 20%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C90BE
2#557EB4
3#476EA1
4#3D5E8A
5#334F73
6#283F5C
7#1E2F45
8#141F2E
9#0A1017
Tints
Lighter variations
1#8FAACE
2#9CB4D3
3#A8BDD9
4#B5C7DE
5#C1D0E4
6#CDD9E9
7#DAE3EF
8#E6ECF4
9#F3F6FA
Tones
Muted variations
1#86A2C5
2#8AA2C2
3#8DA3BE
4#91A3BB
5#94A3B7
6#98A4B4
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 | 83A1 #83A1C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F86 #5F86B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446A #446A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3655 #36557C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273C #273C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1927 #192739 | 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: #83A1C9;
--sky-blue-500: #5F86B9;
--sky-blue-600: #446A9C;
--sky-blue-700: #36557C;
--sky-blue-800: #273C59;
--sky-blue-900: #192739;
--sky-blue-950: #101823;
}