Sky Blue
#8CBCC0
CyanColor Codes
All color formats for development
HEX
#8CBCC0RGB
rgb(140, 188, 192)HSL
hsl(185, 29%, 65%)OKLCH
oklch(0.763 0.051 202.6)CMYK
cmyk(27%, 2%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76AFB4
2#61A2A8
3#529096
4#477B80
5#3B676B
6#2F5256
7#233E40
8#18292B
9#0C1515
Tints
Lighter variations
1#97C2C6
2#A3C9CC
3#AED0D3
4#BAD6D9
5#C5DDDF
6#D1E4E6
7#DCEBEC
8#E8F1F2
9#F3F8F9
Tones
Muted variations
1#8EB9BD
2#91B7BA
3#94B5B8
4#96B3B5
5#99B1B3
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 | B3D3 #B3D3D5 | BordersInactive statesPlaceholder text |
| 400 | 8CBB #8CBBC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA8 #6BA8AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 508B #508B91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F6F #3F6F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4F #2D4F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D33 #1D3335 | Primary textHigh emphasis contentDark headings |
| 950 | 1220 #122021 | 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: #B3D3D5;
--sky-blue-400: #8CBBC0;
--sky-blue-500: #6BA8AE;
--sky-blue-600: #508B91;
--sky-blue-700: #3F6F73;
--sky-blue-800: #2D4F52;
--sky-blue-900: #1D3335;
--sky-blue-950: #122021;
}