Sky Blue
#8BD6FE
BlueColor Codes
All color formats for development
HEX
#8BD6FERGB
rgb(139, 214, 254)HSL
hsl(201, 98%, 77%)OKLCH
oklch(0.842 0.093 232.7)CMYK
cmyk(45%, 16%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64C8FD
2#3DBAFD
3#16ACFD
4#0298E9
5#027FC2
6#02669C
7#014C75
8#01334E
9#001927
Tints
Lighter variations
1#96DAFE
2#A2DEFE
3#AEE2FE
4#B9E6FE
5#C5EAFE
6#D1EEFF
7#DCF3FF
8#E8F7FF
9#F3FBFF
Tones
Muted variations
1#91D4F8
2#96D2F2
3#9CD0ED
4#A2CFE7
5#A8CDE1
6#ADCBDB
7#B3CAD6
8#B9C8D0
9#BFC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE8 #BDE8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD6 #8BD6FE | BordersInactive statesPlaceholder text |
| 400 | 4EC0 #4EC0FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CAE #1CAEFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0291 #0291DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0273 #0273B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0152 #01527E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0135 #013551 | Primary textHigh emphasis contentDark headings |
| 950 | 0121 #012132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DCF2FF;
--sky-blue-200: #BDE8FE;
--sky-blue-300: #8BD6FE;
--sky-blue-400: #4EC0FD;
--sky-blue-500: #1CAEFD;
--sky-blue-600: #0291DE;
--sky-blue-700: #0273B1;
--sky-blue-800: #01527E;
--sky-blue-900: #013551;
--sky-blue-950: #012132;
}