Sky Blue
#83B5C9
BlueColor Codes
All color formats for development
HEX
#83B5C9RGB
rgb(131, 181, 201)HSL
hsl(197, 39%, 65%)OKLCH
oklch(0.745 0.06 224.7)CMYK
cmyk(35%, 10%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CA7BE
2#5599B4
3#4788A1
4#3D748A
5#336173
6#284E5C
7#1E3A45
8#14272E
9#0A1317
Tints
Lighter variations
1#8FBCCE
2#9CC4D3
3#A8CBD9
4#B5D2DE
5#C1DAE4
6#CDE1E9
7#DAE9EF
8#E6F0F4
9#F3F8FA
Tones
Muted variations
1#86B3C5
2#8AB2C2
3#8DB0BE
4#91AFBB
5#94ADB7
6#98ACB4
7#9BAAB0
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 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E3 #D1E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCE #ADCEDB | BordersInactive statesPlaceholder text |
| 400 | 83B5 #83B5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA0 #5FA0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4483 #44839C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3668 #36687C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274B #274B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1930 #193039 | 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: #E6F0F4;
--sky-blue-200: #D1E3EB;
--sky-blue-300: #ADCEDB;
--sky-blue-400: #83B5C9;
--sky-blue-500: #5FA0B9;
--sky-blue-600: #44839C;
--sky-blue-700: #36687C;
--sky-blue-800: #274B59;
--sky-blue-900: #193039;
--sky-blue-950: #101E23;
}