Sky Blue
#86BFC6
CyanColor Codes
All color formats for development
HEX
#86BFC6RGB
rgb(134, 191, 198)HSL
hsl(187, 36%, 65%)OKLCH
oklch(0.768 0.06 205.6)CMYK
cmyk(32%, 4%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6FB2BB
2#59A6B1
3#4A949E
4#407F87
5#356A71
6#2A555A
7#203F44
8#152A2D
9#0B1517
Tints
Lighter variations
1#92C5CC
2#9ECBD1
3#AAD2D7
4#B6D8DD
5#C2DFE2
6#CEE5E8
7#DBECEE
8#E7F2F4
9#F3F9F9
Tones
Muted variations
1#89BCC3
2#8CB9BF
3#8FB7BC
4#92B5B9
5#96B2B6
6#99B0B3
7#9CADAF
8#9FABAC
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 | D2E7 #D2E7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD5 #AFD5D9 | BordersInactive statesPlaceholder text |
| 400 | 86BE #86BEC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63AC #63ACB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 488F #488F99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3972 #397279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2951 #295157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A34 #1A3437 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | 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: #D2E7EA;
--sky-blue-300: #AFD5D9;
--sky-blue-400: #86BEC6;
--sky-blue-500: #63ACB6;
--sky-blue-600: #488F99;
--sky-blue-700: #397279;
--sky-blue-800: #295157;
--sky-blue-900: #1A3437;
--sky-blue-950: #102123;
}