Sky Blue
#8CB2C0
BlueColor Codes
All color formats for development
HEX
#8CB2C0RGB
rgb(140, 178, 192)HSL
hsl(196, 29%, 65%)OKLCH
oklch(0.741 0.046 222.4)CMYK
cmyk(27%, 7%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76A3B4
2#6195A8
3#528496
4#477180
5#3B5E6B
6#2F4B56
7#233840
8#18262B
9#0C1315
Tints
Lighter variations
1#97BAC6
2#A3C1CC
3#AEC9D3
4#BAD1D9
5#C5D8DF
6#D1E0E6
7#DCE8EC
8#E8F0F2
9#F3F7F9
Tones
Muted variations
1#8EB1BD
2#91AFBA
3#94AEB8
4#96ADB5
5#99ACB3
6#9BABB0
7#9EA9AE
8#A1A8AB
9#A3A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E2 #D4E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CC #B3CCD5 | BordersInactive statesPlaceholder text |
| 400 | 8CB2 #8CB2C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B9C #6B9CAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 507F #507F91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F65 #3F6573 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D48 #2D4852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2E #1D2E35 | Primary textHigh emphasis contentDark headings |
| 950 | 121D #121D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F8FA;
--sky-blue-100: #E8F0F2;
--sky-blue-200: #D4E2E7;
--sky-blue-300: #B3CCD5;
--sky-blue-400: #8CB2C0;
--sky-blue-500: #6B9CAE;
--sky-blue-600: #507F91;
--sky-blue-700: #3F6573;
--sky-blue-800: #2D4852;
--sky-blue-900: #1D2E35;
--sky-blue-950: #121D21;
}