Sky Blue
#8BC8FE
BlueColor Codes
All color formats for development
HEX
#8BC8FERGB
rgb(139, 200, 254)HSL
hsl(208, 98%, 77%)OKLCH
oklch(0.811 0.099 246.1)CMYK
cmyk(45%, 21%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64B6FD
2#3DA3FD
3#1691FD
4#027EE9
5#0269C2
6#02549C
7#013F75
8#012A4E
9#001527
Tints
Lighter variations
1#96CEFE
2#A2D3FE
3#AED9FE
4#B9DEFE
5#C5E4FE
6#D1E9FF
7#DCEFFF
8#E8F4FF
9#F3FAFF
Tones
Muted variations
1#91C8F8
2#96C7F2
3#9CC7ED
4#A2C7E7
5#A8C6E1
6#ADC6DB
7#B3C5D6
8#B9C5D0
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEE #DCEEFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE0 #BDE0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC8 #8BC8FE | BordersInactive statesPlaceholder text |
| 400 | 4EAC #4EACFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C94 #1C94FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0278 #0278DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 025F #025FB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0144 #01447E | Text on light backgroundsHeadingsStrong borders |
| 900 | 012B #012B51 | Primary textHigh emphasis contentDark headings |
| 950 | 011B #011B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FF;
--sky-blue-100: #DCEEFF;
--sky-blue-200: #BDE0FE;
--sky-blue-300: #8BC8FE;
--sky-blue-400: #4EACFD;
--sky-blue-500: #1C94FD;
--sky-blue-600: #0278DE;
--sky-blue-700: #025FB1;
--sky-blue-800: #01447E;
--sky-blue-900: #012B51;
--sky-blue-950: #011B32;
}