Sky Blue
#8CBBC0
CyanColor Codes
All color formats for development
HEX
#8CBBC0RGB
rgb(140, 187, 192)HSL
hsl(186, 29%, 65%)OKLCH
oklch(0.76 0.05 204.3)CMYK
cmyk(27%, 3%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76AEB4
2#61A1A8
3#528F96
4#477B80
5#3B666B
6#2F5256
7#233D40
8#18292B
9#0C1415
Tints
Lighter variations
1#97C1C6
2#A3C8CC
3#AECFD3
4#BAD6D9
5#C5DDDF
6#D1E4E6
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 | D4E6 #D4E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D2 #B3D2D5 | BordersInactive statesPlaceholder text |
| 400 | 8CBA #8CBAC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA7 #6BA7AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 508A #508A91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F6E #3F6E73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4F #2D4F52 | 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: #D4E6E7;
--sky-blue-300: #B3D2D5;
--sky-blue-400: #8CBAC0;
--sky-blue-500: #6BA7AE;
--sky-blue-600: #508A91;
--sky-blue-700: #3F6E73;
--sky-blue-800: #2D4F52;
--sky-blue-900: #1D3235;
--sky-blue-950: #121F21;
}