Sky Blue
#8BAFFE
BlueColor Codes
All color formats for development
HEX
#8BAFFERGB
rgb(139, 175, 254)HSL
hsl(221, 98%, 77%)OKLCH
oklch(0.759 0.121 265)CMYK
cmyk(45%, 31%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6495FD
2#3D7AFD
3#165FFD
4#024BE9
5#023FC2
6#02329C
7#012675
8#01194E
9#000D27
Tints
Lighter variations
1#96B7FE
2#A2BFFE
3#AEC7FE
4#B9CFFE
5#C5D7FE
6#D1DFFF
7#DCE7FF
8#E8EFFF
9#F3F7FF
Tones
Muted variations
1#91B1F8
2#96B3F2
3#9CB6ED
4#A2B8E7
5#A8BAE1
6#ADBCDB
7#B3BED6
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 #DCE7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD2 #BDD2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAF #8BAFFE | BordersInactive statesPlaceholder text |
| 400 | 4E86 #4E86FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C63 #1C63FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0248 #0248DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0239 #0239B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0129 #01297E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011A #011A51 | 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: #DCE7FF;
--sky-blue-200: #BDD2FE;
--sky-blue-300: #8BAFFE;
--sky-blue-400: #4E86FD;
--sky-blue-500: #1C63FD;
--sky-blue-600: #0248DE;
--sky-blue-700: #0239B1;
--sky-blue-800: #01297E;
--sky-blue-900: #011A51;
--sky-blue-950: #011032;
}