Sky Blue
#8CAAC0
BlueColor Codes
All color formats for development
HEX
#8CAAC0RGB
rgb(140, 170, 192)HSL
hsl(205, 29%, 65%)OKLCH
oklch(0.723 0.046 240.1)CMYK
cmyk(27%, 11%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#769AB4
2#618BA8
3#527A96
4#476880
5#3B576B
6#2F4656
7#233440
8#18232B
9#0C1115
Tints
Lighter variations
1#97B3C6
2#A3BBCC
3#AEC4D3
4#BACCD9
5#C5D5DF
6#D1DDE6
7#DCE6EC
8#E8EEF2
9#F3F7F9
Tones
Muted variations
1#8EAABD
2#91A9BA
3#94A9B8
4#96A8B5
5#99A8B3
6#9BA7B0
7#9EA7AE
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 | D4DF #D4DFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C7 #B3C7D5 | BordersInactive statesPlaceholder text |
| 400 | 8CAA #8CAAC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B92 #6B92AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5076 #507691 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F5E #3F5E73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D43 #2D4352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2B #1D2B35 | 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: #D4DFE7;
--sky-blue-300: #B3C7D5;
--sky-blue-400: #8CAAC0;
--sky-blue-500: #6B92AE;
--sky-blue-600: #507691;
--sky-blue-700: #3F5E73;
--sky-blue-800: #2D4352;
--sky-blue-900: #1D2B35;
--sky-blue-950: #121B21;
}