Sky Blue
#8FA8FA
BlueColor Codes
All color formats for development
HEX
#8FA8FARGB
rgb(143, 168, 250)HSL
hsl(226, 91%, 77%)OKLCH
oklch(0.746 0.122 270.3)CMYK
cmyk(43%, 33%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#698BF8
2#446EF6
3#1E50F4
4#0B3DE1
5#0933BC
6#072896
7#051E71
8#04144B
9#020A26
Tints
Lighter variations
1#9AB1FA
2#A5B9FB
3#B1C2FB
4#BCCBFC
5#C7D3FC
6#D2DCFD
7#DDE5FD
8#E9EEFE
9#F4F6FE
Tones
Muted variations
1#94ABF4
2#9AAEEF
3#9FB0EA
4#A4B3E4
5#AAB6DF
6#AFB9DA
7#B4BCD4
8#BABFCF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CE #C0CEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA8 #8FA8FA | BordersInactive statesPlaceholder text |
| 400 | 557A #557AF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2455 #2455F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A3A #0A3AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 082E #082EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0621 #06217A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0415 #04154E | Primary textHigh emphasis contentDark headings |
| 950 | 020D #020D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FE;
--sky-blue-100: #DDE4FD;
--sky-blue-200: #C0CEFC;
--sky-blue-300: #8FA8FA;
--sky-blue-400: #557AF7;
--sky-blue-500: #2455F5;
--sky-blue-600: #0A3AD6;
--sky-blue-700: #082EAA;
--sky-blue-800: #06217A;
--sky-blue-900: #04154E;
--sky-blue-950: #020D31;
}