Sky Blue
#86ABC6
BlueColor Codes
All color formats for development
HEX
#86ABC6RGB
rgb(134, 171, 198)HSL
hsl(205, 36%, 65%)OKLCH
oklch(0.724 0.056 240.2)CMYK
cmyk(32%, 14%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F9CBB
2#598CB1
3#4A7B9E
4#406987
5#355871
6#2A465A
7#203544
8#15232D
9#0B1217
Tints
Lighter variations
1#92B3CC
2#9EBCD1
3#AAC4D7
4#B6CDDD
5#C2D5E2
6#CEDDE8
7#DBE6EE
8#E7EEF4
9#F3F7F9
Tones
Muted variations
1#89ABC3
2#8CAABF
3#8FA9BC
4#92A9B9
5#96A8B6
6#99A8B3
7#9CA7AF
8#9FA7AC
9#A3A6A9
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 | D2E0 #D2E0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC8 #AFC8D9 | BordersInactive statesPlaceholder text |
| 400 | 86AB #86ABC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6393 #6393B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4877 #487799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 395F #395F79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2944 #294457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2B #1A2B37 | 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: #D2E0EA;
--sky-blue-300: #AFC8D9;
--sky-blue-400: #86ABC6;
--sky-blue-500: #6393B6;
--sky-blue-600: #487799;
--sky-blue-700: #395F79;
--sky-blue-800: #294457;
--sky-blue-900: #1A2B37;
--sky-blue-950: #101B23;
}