Sky Blue
#86B5C6
BlueColor Codes
All color formats for development
HEX
#86B5C6RGB
rgb(134, 181, 198)HSL
hsl(196, 36%, 65%)OKLCH
oklch(0.746 0.055 222.2)CMYK
cmyk(32%, 9%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6FA7BB
2#5999B1
3#4A889E
4#407487
5#356171
6#2A4D5A
7#203A44
8#15272D
9#0B1317
Tints
Lighter variations
1#92BCCC
2#9EC4D1
3#AACBD7
4#B6D2DD
5#C2DAE2
6#CEE1E8
7#DBE9EE
8#E7F0F4
9#F3F8F9
Tones
Muted variations
1#89B3C3
2#8CB2BF
3#8FB0BC
4#92AFB9
5#96ADB6
6#99ACB3
7#9CAAAF
8#9FA9AC
9#A3A7A9
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 #AFCED9 | BordersInactive statesPlaceholder text |
| 400 | 86B5 #86B5C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A0 #63A0B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4883 #488399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3968 #396879 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294A #294A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A30 #1A3037 | 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: #AFCED9;
--sky-blue-400: #86B5C6;
--sky-blue-500: #63A0B6;
--sky-blue-600: #488399;
--sky-blue-700: #396879;
--sky-blue-800: #294A57;
--sky-blue-900: #1A3037;
--sky-blue-950: #101E23;
}