Sky Blue
#8DC8FC
BlueColor Codes
All color formats for development
HEX
#8DC8FCRGB
rgb(141, 200, 252)HSL
hsl(208, 95%, 77%)OKLCH
oklch(0.812 0.096 245.9)CMYK
cmyk(44%, 21%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66B6FB
2#40A3FA
3#1A91F9
4#067DE6
5#0568BF
6#045499
7#033F73
8#022A4D
9#011526
Tints
Lighter variations
1#98CEFC
2#A4D3FD
3#AFD9FD
4#BADEFD
5#C6E4FE
6#D1E9FE
7#DDEFFE
8#E8F4FE
9#F4FAFF
Tones
Muted variations
1#92C8F6
2#98C7F1
3#9DC7EB
4#A3C7E6
5#A8C6E0
6#AEC6DB
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 | BEE0 #BEE0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC8 #8DC8FC | BordersInactive statesPlaceholder text |
| 400 | 51AB #51ABFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F94 #1F94F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0677 #0677DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 045F #045FAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0344 #03447C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022B #022B50 | 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: #DCEEFE;
--sky-blue-200: #BEE0FD;
--sky-blue-300: #8DC8FC;
--sky-blue-400: #51ABFB;
--sky-blue-500: #1F94F9;
--sky-blue-600: #0677DB;
--sky-blue-700: #045FAE;
--sky-blue-800: #03447C;
--sky-blue-900: #022B50;
--sky-blue-950: #011B32;
}