Sky Blue
#8F9BFA
BlueColor Codes
All color formats for development
HEX
#8F9BFARGB
rgb(143, 155, 250)HSL
hsl(233, 91%, 77%)OKLCH
oklch(0.72 0.138 276.9)CMYK
cmyk(43%, 38%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#697AF8
2#4459F6
3#1E37F4
4#0B24E1
5#091EBC
6#071896
7#051271
8#040C4B
9#020626
Tints
Lighter variations
1#9AA5FA
2#A5AFFB
3#B1B9FB
4#BCC3FC
5#C7CDFC
6#D2D7FD
7#DDE1FD
8#E9EBFE
9#F4F5FE
Tones
Muted variations
1#94A0F4
2#9AA4EF
3#9FA8EA
4#A4ACE4
5#AAB0DF
6#AFB4DA
7#B4B8D4
8#BABCCF
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C7 #C0C7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9B #8F9BFA | BordersInactive statesPlaceholder text |
| 400 | 5567 #5567F7 | Disabled statesSecondary iconsMuted text |
| 500 | 243C #243CF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A22 #0A22D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 081B #081BAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0613 #06137A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040C #040C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FE;
--sky-blue-100: #DDE1FD;
--sky-blue-200: #C0C7FC;
--sky-blue-300: #8F9BFA;
--sky-blue-400: #5567F7;
--sky-blue-500: #243CF5;
--sky-blue-600: #0A22D6;
--sky-blue-700: #081BAA;
--sky-blue-800: #06137A;
--sky-blue-900: #040C4E;
--sky-blue-950: #020831;
}