Sky Blue
#8FA6FA
BlueColor Codes
All color formats for development
HEX
#8FA6FARGB
rgb(143, 166, 250)HSL
hsl(227, 91%, 77%)OKLCH
oklch(0.742 0.125 271.4)CMYK
cmyk(43%, 34%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6988F8
2#446BF6
3#1E4DF4
4#0B39E1
5#0930BC
6#072696
7#051D71
8#04134B
9#020A26
Tints
Lighter variations
1#9AAFFA
2#A5B8FB
3#B1C1FB
4#BCCAFC
5#C7D3FC
6#D2DBFD
7#DDE4FD
8#E9EDFE
9#F4F6FE
Tones
Muted variations
1#94A9F4
2#9AACEF
3#9FAFEA
4#A4B2E4
5#AAB5DF
6#AFB8DA
7#B4BBD4
8#BABECF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CD #C0CDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA6 #8FA6FA | BordersInactive statesPlaceholder text |
| 400 | 5578 #5578F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2451 #2451F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A36 #0A36D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 082B #082BAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061F #061F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0414 #04144E | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FE;
--sky-blue-100: #DDE4FD;
--sky-blue-200: #C0CDFC;
--sky-blue-300: #8FA6FA;
--sky-blue-400: #5578F7;
--sky-blue-500: #2451F5;
--sky-blue-600: #0A36D6;
--sky-blue-700: #082BAA;
--sky-blue-800: #061F7A;
--sky-blue-900: #04144E;
--sky-blue-950: #020C31;
}