Sky Blue
#8CBAC0
CyanColor Codes
All color formats for development
HEX
#8CBAC0RGB
rgb(140, 186, 192)HSL
hsl(187, 29%, 65%)OKLCH
oklch(0.758 0.049 206.1)CMYK
cmyk(27%, 3%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76ADB4
2#61A0A8
3#528E96
4#477A80
5#3B656B
6#2F5156
7#233D40
8#18292B
9#0C1415
Tints
Lighter variations
1#97C1C6
2#A3C7CC
3#AECED3
4#BAD5D9
5#C5DCDF
6#D1E3E6
7#DCEAEC
8#E8F1F2
9#F3F8F9
Tones
Muted variations
1#8EB8BD
2#91B6BA
3#94B4B8
4#96B2B5
5#99B0B3
6#9BAEB0
7#9EACAE
8#A1AAAB
9#A3A8A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E5 #D4E5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D1 #B3D1D5 | BordersInactive statesPlaceholder text |
| 400 | 8CBA #8CBAC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA6 #6BA6AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5089 #508991 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F6D #3F6D73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4E #2D4E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D32 #1D3235 | Primary textHigh emphasis contentDark headings |
| 950 | 121F #121F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F9FA;
--sky-blue-100: #E8F1F2;
--sky-blue-200: #D4E5E7;
--sky-blue-300: #B3D1D5;
--sky-blue-400: #8CBAC0;
--sky-blue-500: #6BA6AE;
--sky-blue-600: #508991;
--sky-blue-700: #3F6D73;
--sky-blue-800: #2D4E52;
--sky-blue-900: #1D3235;
--sky-blue-950: #121F21;
}