Sky Blue
#8FA3FA
BlueColor Codes
All color formats for development
HEX
#8FA3FARGB
rgb(143, 163, 250)HSL
hsl(229, 91%, 77%)OKLCH
oklch(0.736 0.128 273)CMYK
cmyk(43%, 35%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6984F8
2#4465F6
3#1E46F4
4#0B32E1
5#092ABC
6#072196
7#051971
8#04114B
9#020826
Tints
Lighter variations
1#9AACFA
2#A5B5FB
3#B1BEFB
4#BCC8FC
5#C7D1FC
6#D2DAFD
7#DDE3FD
8#E9EDFE
9#F4F6FE
Tones
Muted variations
1#94A6F4
2#9AA9EF
3#9FADEA
4#A4B0E4
5#AAB3DF
6#AFB7DA
7#B4BAD4
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 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CB #C0CBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA3 #8FA3FA | BordersInactive statesPlaceholder text |
| 400 | 5572 #5572F7 | Disabled statesSecondary iconsMuted text |
| 500 | 244A #244AF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A30 #0A30D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0826 #0826AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061B #061B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0411 #04114E | Primary textHigh emphasis contentDark headings |
| 950 | 020B #020B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FE;
--sky-blue-100: #DDE3FD;
--sky-blue-200: #C0CBFC;
--sky-blue-300: #8FA3FA;
--sky-blue-400: #5572F7;
--sky-blue-500: #244AF5;
--sky-blue-600: #0A30D6;
--sky-blue-700: #0826AA;
--sky-blue-800: #061B7A;
--sky-blue-900: #04114E;
--sky-blue-950: #020B31;
}