Sky Blue
#8FA1FA
BlueColor Codes
All color formats for development
HEX
#8FA1FARGB
rgb(143, 161, 250)HSL
hsl(230, 91%, 77%)OKLCH
oklch(0.732 0.131 274.1)CMYK
cmyk(43%, 36%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6981F8
2#4462F6
3#1E42F4
4#0B2EE1
5#0927BC
6#071F96
7#051771
8#040F4B
9#020826
Tints
Lighter variations
1#9AAAFA
2#A5B4FB
3#B1BDFB
4#BCC6FC
5#C7D0FC
6#D2D9FD
7#DDE3FD
8#E9ECFE
9#F4F6FE
Tones
Muted variations
1#94A4F4
2#9AA8EF
3#9FABEA
4#A4AFE4
5#AAB3DF
6#AFB6DA
7#B4BAD4
8#BABDCF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CA #C0CAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA1 #8FA1FA | BordersInactive statesPlaceholder text |
| 400 | 5570 #5570F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2447 #2447F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A2C #0A2CD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0823 #0823AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0619 #06197A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0410 #04104E | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FE;
--sky-blue-100: #DDE2FD;
--sky-blue-200: #C0CAFC;
--sky-blue-300: #8FA1FA;
--sky-blue-400: #5570F7;
--sky-blue-500: #2447F5;
--sky-blue-600: #0A2CD6;
--sky-blue-700: #0823AA;
--sky-blue-800: #06197A;
--sky-blue-900: #04104E;
--sky-blue-950: #020A31;
}