Sky Blue
#86BCC6
CyanColor Codes
All color formats for development
HEX
#86BCC6RGB
rgb(134, 188, 198)HSL
hsl(189, 36%, 65%)OKLCH
oklch(0.761 0.058 210.3)CMYK
cmyk(32%, 5%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6FB0BB
2#59A3B1
3#4A919E
4#407D87
5#356871
6#2A535A
7#203E44
8#152A2D
9#0B1517
Tints
Lighter variations
1#92C3CC
2#9ECAD1
3#AAD0D7
4#B6D7DD
5#C2DEE2
6#CEE4E8
7#DBEBEE
8#E7F2F4
9#F3F8F9
Tones
Muted variations
1#89BAC3
2#8CB8BF
3#8FB5BC
4#92B3B9
5#96B1B6
6#99AFB3
7#9CACAF
8#9FAAAC
9#A3A8A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E6 #D2E6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD3 #AFD3D9 | BordersInactive statesPlaceholder text |
| 400 | 86BC #86BCC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A9 #63A9B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 488C #488C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3970 #397079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2950 #295057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A33 #1A3337 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F9FA;
--sky-blue-100: #E7F2F4;
--sky-blue-200: #D2E6EA;
--sky-blue-300: #AFD3D9;
--sky-blue-400: #86BCC6;
--sky-blue-500: #63A9B6;
--sky-blue-600: #488C99;
--sky-blue-700: #397079;
--sky-blue-800: #295057;
--sky-blue-900: #1A3337;
--sky-blue-950: #102023;
}