Sky Blue
#85AAC7
BlueColor Codes
All color formats for development
HEX
#85AAC7RGB
rgb(133, 170, 199)HSL
hsl(206, 37%, 65%)OKLCH
oklch(0.721 0.059 242.2)CMYK
cmyk(33%, 15%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E9ABC
2#578BB2
3#497A9F
4#3F6888
5#345772
6#2A465B
7#1F3444
8#15232D
9#0A1117
Tints
Lighter variations
1#91B3CC
2#9DBBD2
3#A9C4D8
4#B6CCDD
5#C2D5E3
6#CEDDE9
7#DAE6EE
8#E7EEF4
9#F3F7F9
Tones
Muted variations
1#88AAC3
2#8BA9C0
3#8FA9BD
4#92A8BA
5#95A8B6
6#99A8B3
7#9CA7B0
8#9FA7AC
9#A2A6A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DF #D2DFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC7 #AFC7DA | BordersInactive statesPlaceholder text |
| 400 | 85AA #85AAC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6292 #6292B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4776 #47769A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385E #385E7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2843 #284357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2B #1A2B38 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F8FA;
--sky-blue-100: #E7EEF4;
--sky-blue-200: #D2DFEA;
--sky-blue-300: #AFC7DA;
--sky-blue-400: #85AAC7;
--sky-blue-500: #6292B7;
--sky-blue-600: #47769A;
--sky-blue-700: #385E7A;
--sky-blue-800: #284357;
--sky-blue-900: #1A2B38;
--sky-blue-950: #101B23;
}