Sky Blue
#83B8C9
BlueColor Codes
All color formats for development
HEX
#83B8C9RGB
rgb(131, 184, 201)HSL
hsl(195, 39%, 65%)OKLCH
oklch(0.752 0.061 219.8)CMYK
cmyk(35%, 8%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CAABE
2#559CB4
3#478BA1
4#3D778A
5#336373
6#284F5C
7#1E3B45
8#14282E
9#0A1417
Tints
Lighter variations
1#8FBECE
2#9CC6D3
3#A8CDD9
4#B5D4DE
5#C1DBE4
6#CDE2E9
7#DAE9EF
8#E6F1F4
9#F3F8FA
Tones
Muted variations
1#86B5C5
2#8AB4C2
3#8DB2BE
4#91B0BB
5#94AEB7
6#98ADB4
7#9BABB0
8#9FA9AD
9#A2A7A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E4 #D1E4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD0 #ADD0DB | BordersInactive statesPlaceholder text |
| 400 | 83B7 #83B7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA3 #5FA3B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4486 #44869C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366B #366B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274C #274C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1931 #193139 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FA;
--sky-blue-100: #E6F1F4;
--sky-blue-200: #D1E4EB;
--sky-blue-300: #ADD0DB;
--sky-blue-400: #83B7C9;
--sky-blue-500: #5FA3B9;
--sky-blue-600: #44869C;
--sky-blue-700: #366B7C;
--sky-blue-800: #274C59;
--sky-blue-900: #193139;
--sky-blue-950: #101E23;
}