Sky Blue
#8DC8FB
BlueColor Codes
All color formats for development
HEX
#8DC8FBRGB
rgb(141, 200, 251)HSL
hsl(208, 93%, 77%)OKLCH
oklch(0.811 0.095 245.4)CMYK
cmyk(44%, 20%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68B6FA
2#42A3F8
3#1C91F7
4#087DE3
5#0768BD
6#055398
7#043F72
8#032A4C
9#011526
Tints
Lighter variations
1#99CDFB
2#A4D3FC
3#B0D8FC
4#BBDEFD
5#C6E3FD
6#D2E9FD
7#DDEEFE
8#E8F4FE
9#F4F9FF
Tones
Muted variations
1#93C8F5
2#99C7F0
3#9EC7EB
4#A4C7E5
5#A9C6E0
6#AFC6DA
7#B4C5D5
8#B9C5CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE0 #BFE0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC8 #8EC8FB | BordersInactive statesPlaceholder text |
| 400 | 53AB #53ABF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2293 #2293F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0877 #0877D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 065F #065FAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0444 #04447B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032B #032B4F | Primary textHigh emphasis contentDark headings |
| 950 | 021B #021B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FE;
--sky-blue-100: #DDEEFE;
--sky-blue-200: #BFE0FD;
--sky-blue-300: #8EC8FB;
--sky-blue-400: #53ABF9;
--sky-blue-500: #2293F7;
--sky-blue-600: #0877D9;
--sky-blue-700: #065FAC;
--sky-blue-800: #04447B;
--sky-blue-900: #032B4F;
--sky-blue-950: #021B31;
}