Sky Blue
#83AFC9
BlueColor Codes
All color formats for development
HEX
#83AFC9RGB
rgb(131, 175, 201)HSL
hsl(202, 39%, 65%)OKLCH
oklch(0.732 0.06 234.6)CMYK
cmyk(35%, 13%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CA0BE
2#5591B4
3#4780A1
4#3D6E8A
5#335B73
6#28495C
7#1E3745
8#14252E
9#0A1217
Tints
Lighter variations
1#8FB7CE
2#9CBFD3
3#A8C7D9
4#B5CFDE
5#C1D7E4
6#CDDFE9
7#DAE7EF
8#E6EFF4
9#F3F7FA
Tones
Muted variations
1#86AEC5
2#8AADC2
3#8DACBE
4#91ABBB
5#94AAB7
6#98A9B4
7#9BA9B0
8#9FA8AD
9#A2A7A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E1 #D1E1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCA #ADCADB | BordersInactive statesPlaceholder text |
| 400 | 83AF #83AFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F98 #5F98B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 447C #447C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3663 #36637C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2746 #274659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192D #192D39 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FA;
--sky-blue-100: #E6EFF4;
--sky-blue-200: #D1E1EB;
--sky-blue-300: #ADCADB;
--sky-blue-400: #83AFC9;
--sky-blue-500: #5F98B9;
--sky-blue-600: #447C9C;
--sky-blue-700: #36637C;
--sky-blue-800: #274659;
--sky-blue-900: #192D39;
--sky-blue-950: #101C23;
}