Sky Blue
#8CB3C0
BlueColor Codes
All color formats for development
HEX
#8CB3C0RGB
rgb(140, 179, 192)HSL
hsl(195, 29%, 65%)OKLCH
oklch(0.743 0.046 220.2)CMYK
cmyk(27%, 7%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76A5B4
2#6196A8
3#528596
4#477280
5#3B5F6B
6#2F4C56
7#233940
8#18262B
9#0C1315
Tints
Lighter variations
1#97BAC6
2#A3C2CC
3#AECAD3
4#BAD1D9
5#C5D9DF
6#D1E0E6
7#DCE8EC
8#E8F0F2
9#F3F7F9
Tones
Muted variations
1#8EB1BD
2#91B0BA
3#94AFB8
4#96AEB5
5#99ACB3
6#9BABB0
7#9EAAAE
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 | D4E3 #D4E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CD #B3CDD5 | BordersInactive statesPlaceholder text |
| 400 | 8CB3 #8CB3C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B9D #6B9DAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5080 #508091 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F66 #3F6673 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D49 #2D4952 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2F #1D2F35 | 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: #D4E3E7;
--sky-blue-300: #B3CDD5;
--sky-blue-400: #8CB3C0;
--sky-blue-500: #6B9DAE;
--sky-blue-600: #508091;
--sky-blue-700: #3F6673;
--sky-blue-800: #2D4952;
--sky-blue-900: #1D2F35;
--sky-blue-950: #121D21;
}