Sky Blue
#8FC6FA
BlueColor Codes
All color formats for development
HEX
#8FC6FARGB
rgb(143, 198, 250)HSL
hsl(209, 91%, 77%)OKLCH
oklch(0.808 0.094 247.7)CMYK
cmyk(43%, 21%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69B3F8
2#44A0F6
3#1E8DF4
4#0B79E1
5#0965BC
6#075196
7#053D71
8#04284B
9#021426
Tints
Lighter variations
1#9ACCFA
2#A5D2FB
3#B1D7FB
4#BCDDFC
5#C7E3FC
6#D2E8FD
7#DDEEFD
8#E9F4FE
9#F4F9FE
Tones
Muted variations
1#94C6F4
2#9AC6EF
3#9FC6EA
4#A4C5E4
5#AAC5DF
6#AFC5DA
7#B4C5D4
8#BAC5CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DF #C0DFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC6 #8FC6FA | BordersInactive statesPlaceholder text |
| 400 | 55A8 #55A8F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2490 #2490F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A74 #0A74D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 085C #085CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0642 #06427A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042A #042A4E | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FE;
--sky-blue-100: #DDEEFD;
--sky-blue-200: #C0DFFC;
--sky-blue-300: #8FC6FA;
--sky-blue-400: #55A8F7;
--sky-blue-500: #2490F5;
--sky-blue-600: #0A74D6;
--sky-blue-700: #085CAA;
--sky-blue-800: #06427A;
--sky-blue-900: #042A4E;
--sky-blue-950: #021A31;
}