Sky Blue
#85B4C7
BlueColor Codes
All color formats for development
HEX
#85B4C7RGB
rgb(133, 180, 199)HSL
hsl(197, 37%, 65%)OKLCH
oklch(0.743 0.057 224.8)CMYK
cmyk(33%, 10%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EA6BC
2#5798B2
3#49879F
4#3F7388
5#346072
6#2A4D5B
7#1F3A44
8#15262D
9#0A1317
Tints
Lighter variations
1#91BCCC
2#9DC3D2
3#A9CBD8
4#B6D2DD
5#C2DAE3
6#CEE1E9
7#DAE9EE
8#E7F0F4
9#F3F8F9
Tones
Muted variations
1#88B3C3
2#8BB1C0
3#8FB0BD
4#92AEBA
5#95ADB6
6#99ABB3
7#9CAAB0
8#9FA9AC
9#A2A7A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E3 #D2E3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCE #AFCEDA | BordersInactive statesPlaceholder text |
| 400 | 85B4 #85B4C7 | Disabled statesSecondary iconsMuted text |
| 500 | 629F #629FB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4782 #47829A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3868 #38687A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284A #284A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2F #1A2F38 | 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: #F5F9FA;
--sky-blue-100: #E7F0F4;
--sky-blue-200: #D2E3EA;
--sky-blue-300: #AFCEDA;
--sky-blue-400: #85B4C7;
--sky-blue-500: #629FB7;
--sky-blue-600: #47829A;
--sky-blue-700: #38687A;
--sky-blue-800: #284A57;
--sky-blue-900: #1A2F38;
--sky-blue-950: #101E23;
}