Sky Blue
#8CB0FD
BlueColor Codes
All color formats for development
HEX
#8CB0FDRGB
rgb(140, 176, 253)HSL
hsl(221, 97%, 77%)OKLCH
oklch(0.761 0.118 264.6)CMYK
cmyk(45%, 30%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6595FD
2#3E7AFC
3#1760FB
4#044CE8
5#033FC1
6#02339B
7#022674
8#01194D
9#010D27
Tints
Lighter variations
1#97B7FD
2#A3BFFE
3#AEC7FE
4#BACFFE
5#C5D7FE
6#D1DFFE
7#DCE7FE
8#E8EFFF
9#F3F7FF
Tones
Muted variations
1#91B2F8
2#97B4F2
3#9DB6EC
4#A2B8E6
5#A8BAE1
6#AEBCDB
7#B3BED5
8#B9C0D0
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED2 #BED2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAF #8BAFFD | BordersInactive statesPlaceholder text |
| 400 | 4F86 #4F86FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D63 #1D63FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0348 #0348DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 033A #033AB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0229 #02297E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011A #011A50 | Primary textHigh emphasis contentDark headings |
| 950 | 0110 #011032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FF;
--sky-blue-100: #DCE7FE;
--sky-blue-200: #BED2FE;
--sky-blue-300: #8BAFFD;
--sky-blue-400: #4F86FC;
--sky-blue-500: #1D63FC;
--sky-blue-600: #0348DD;
--sky-blue-700: #033AB0;
--sky-blue-800: #02297E;
--sky-blue-900: #011A50;
--sky-blue-950: #011032;
}