Sky Blue
#8FCAFA
BlueColor Codes
All color formats for development
HEX
#8FCAFARGB
rgb(143, 202, 250)HSL
hsl(207, 91%, 77%)OKLCH
oklch(0.816 0.091 243.8)CMYK
cmyk(43%, 19%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69B8F8
2#44A6F6
3#1E94F4
4#0B81E1
5#096BBC
6#075696
7#054071
8#042B4B
9#021526
Tints
Lighter variations
1#9ACFFA
2#A5D4FB
3#B1DAFB
4#BCDFFC
5#C7E4FC
6#D2EAFD
7#DDEFFD
8#E9F4FE
9#F4FAFE
Tones
Muted variations
1#94C9F4
2#9AC9EF
3#9FC8EA
4#A4C8E4
5#AAC7DF
6#AFC6DA
7#B4C6D4
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 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E1 #C0E1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FCA #8FCAFA | BordersInactive statesPlaceholder text |
| 400 | 55AE #55AEF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2497 #2497F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A7A #0A7AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0861 #0861AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0646 #06467A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042D #042D4E | Primary textHigh emphasis contentDark headings |
| 950 | 021C #021C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FE;
--sky-blue-100: #DDEFFD;
--sky-blue-200: #C0E1FC;
--sky-blue-300: #8FCAFA;
--sky-blue-400: #55AEF7;
--sky-blue-500: #2497F5;
--sky-blue-600: #0A7AD6;
--sky-blue-700: #0861AA;
--sky-blue-800: #06467A;
--sky-blue-900: #042D4E;
--sky-blue-950: #021C31;
}