Sky Blue
#85A2C7
BlueColor Codes
All color formats for development
HEX
#85A2C7RGB
rgb(133, 162, 199)HSL
hsl(214, 37%, 65%)OKLCH
oklch(0.704 0.063 254.7)CMYK
cmyk(33%, 19%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E90BC
2#577FB2
3#496E9F
4#3F5F88
5#344F72
6#2A3F5B
7#1F2F44
8#15202D
9#0A1017
Tints
Lighter variations
1#91ABCC
2#9DB4D2
3#A9BDD8
4#B6C7DD
5#C2D0E3
6#CEDAE9
7#DAE3EE
8#E7ECF4
9#F3F6F9
Tones
Muted variations
1#88A2C3
2#8BA2C0
3#8FA3BD
4#92A3BA
5#95A4B6
6#99A4B3
7#9CA4B0
8#9FA5AC
9#A2A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DC #D2DCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC1 #AFC1DA | BordersInactive statesPlaceholder text |
| 400 | 85A1 #85A1C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6287 #6287B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 476B #476B9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3855 #38557A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283D #283D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A27 #1A2738 | 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: #F5F7FA;
--sky-blue-100: #E7ECF4;
--sky-blue-200: #D2DCEA;
--sky-blue-300: #AFC1DA;
--sky-blue-400: #85A1C7;
--sky-blue-500: #6287B7;
--sky-blue-600: #476B9A;
--sky-blue-700: #38557A;
--sky-blue-800: #283D57;
--sky-blue-900: #1A2738;
--sky-blue-950: #101823;
}