Sky Blue
#85AFC7
BlueColor Codes
All color formats for development
HEX
#85AFC7RGB
rgb(133, 175, 199)HSL
hsl(202, 37%, 65%)OKLCH
oklch(0.732 0.057 233.6)CMYK
cmyk(33%, 12%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EA0BC
2#5791B2
3#497F9F
4#3F6D88
5#345B72
6#2A495B
7#1F3744
8#15242D
9#0A1217
Tints
Lighter variations
1#91B7CC
2#9DBFD2
3#A9C7D8
4#B6CFDD
5#C2D7E3
6#CEDFE9
7#DAE7EE
8#E7EFF4
9#F3F7F9
Tones
Muted variations
1#88AEC3
2#8BADC0
3#8FACBD
4#92ABBA
5#95AAB6
6#99A9B3
7#9CA8B0
8#9FA8AC
9#A2A7A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E1 #D2E1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCA #AFCADA | BordersInactive statesPlaceholder text |
| 400 | 85AF #85AFC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6298 #6298B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 477B #477B9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3862 #38627A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2846 #284657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2D #1A2D38 | 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: #F5F8FA;
--sky-blue-100: #E7EFF4;
--sky-blue-200: #D2E1EA;
--sky-blue-300: #AFCADA;
--sky-blue-400: #85AFC7;
--sky-blue-500: #6298B7;
--sky-blue-600: #477B9A;
--sky-blue-700: #38627A;
--sky-blue-800: #284657;
--sky-blue-900: #1A2D38;
--sky-blue-950: #101C23;
}