Sky Blue
#8CACC0
BlueColor Codes
All color formats for development
HEX
#8CACC0RGB
rgb(140, 172, 192)HSL
hsl(203, 29%, 65%)OKLCH
oklch(0.727 0.046 235.7)CMYK
cmyk(27%, 10%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#769CB4
2#618DA8
3#527C96
4#476A80
5#3B586B
6#2F4756
7#233540
8#18232B
9#0C1215
Tints
Lighter variations
1#97B4C6
2#A3BCCC
3#AEC5D3
4#BACDD9
5#C5D5DF
6#D1DEE6
7#DCE6EC
8#E8EEF2
9#F3F7F9
Tones
Muted variations
1#8EABBD
2#91ABBA
3#94AAB8
4#96A9B5
5#99A9B3
6#9BA8B0
7#9EA8AE
8#A1A7AB
9#A3A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E0 #D4E0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C8 #B3C8D5 | BordersInactive statesPlaceholder text |
| 400 | 8CAC #8CACC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B94 #6B94AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5078 #507891 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F5F #3F5F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D44 #2D4452 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2C #1D2C35 | Primary textHigh emphasis contentDark headings |
| 950 | 121B #121B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F8FA;
--sky-blue-100: #E8EEF2;
--sky-blue-200: #D4E0E7;
--sky-blue-300: #B3C8D5;
--sky-blue-400: #8CACC0;
--sky-blue-500: #6B94AE;
--sky-blue-600: #507891;
--sky-blue-700: #3F5F73;
--sky-blue-800: #2D4452;
--sky-blue-900: #1D2C35;
--sky-blue-950: #121B21;
}