Sky Blue
#8DC6FC
BlueColor Codes
All color formats for development
HEX
#8DC6FCRGB
rgb(141, 198, 252)HSL
hsl(209, 95%, 77%)OKLCH
oklch(0.807 0.097 247.8)CMYK
cmyk(44%, 21%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66B3FB
2#40A0FA
3#1A8DF9
4#067AE6
5#0565BF
6#045199
7#033D73
8#02294D
9#011426
Tints
Lighter variations
1#98CCFC
2#A4D2FD
3#AFD7FD
4#BADDFD
5#C6E3FE
6#D1E8FE
7#DDEEFE
8#E8F4FE
9#F4F9FF
Tones
Muted variations
1#92C6F6
2#98C6F1
3#9DC6EB
4#A3C5E6
5#A8C5E0
6#AEC5DB
7#B4C5D5
8#B9C5CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEE #DCEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDF #BEDFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC6 #8DC6FC | BordersInactive statesPlaceholder text |
| 400 | 51A9 #51A9FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F90 #1F90F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0674 #0674DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 045C #045CAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0342 #03427C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022A #022A50 | Primary textHigh emphasis contentDark headings |
| 950 | 011A #011A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FF;
--sky-blue-100: #DCEEFE;
--sky-blue-200: #BEDFFD;
--sky-blue-300: #8DC6FC;
--sky-blue-400: #51A9FB;
--sky-blue-500: #1F90F9;
--sky-blue-600: #0674DB;
--sky-blue-700: #045CAE;
--sky-blue-800: #03427C;
--sky-blue-900: #022A50;
--sky-blue-950: #011A32;
}