Sky Blue
#8FA4FA
BlueColor Codes
All color formats for development
HEX
#8FA4FARGB
rgb(143, 164, 250)HSL
hsl(228, 91%, 77%)OKLCH
oklch(0.738 0.127 272.5)CMYK
cmyk(43%, 34%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6986F8
2#4468F6
3#1E49F4
4#0B35E1
5#092DBC
6#072496
7#051B71
8#04124B
9#020926
Tints
Lighter variations
1#9AADFA
2#A5B6FB
3#B1C0FB
4#BCC9FC
5#C7D2FC
6#D2DBFD
7#DDE4FD
8#E9EDFE
9#F4F6FE
Tones
Muted variations
1#94A8F4
2#9AABEF
3#9FAEEA
4#A4B1E4
5#AAB4DF
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 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CC #C0CCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA4 #8FA4FA | BordersInactive statesPlaceholder text |
| 400 | 5575 #5575F7 | Disabled statesSecondary iconsMuted text |
| 500 | 244E #244EF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A33 #0A33D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0829 #0829AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061D #061D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0413 #04134E | 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: #DDE3FD;
--sky-blue-200: #C0CCFC;
--sky-blue-300: #8FA4FA;
--sky-blue-400: #5575F7;
--sky-blue-500: #244EF5;
--sky-blue-600: #0A33D6;
--sky-blue-700: #0829AA;
--sky-blue-800: #061D7A;
--sky-blue-900: #04134E;
--sky-blue-950: #020C31;
}