Sky Blue
#8F9FFA
BlueColor Codes
All color formats for development
HEX
#8F9FFARGB
rgb(143, 159, 250)HSL
hsl(231, 91%, 77%)OKLCH
oklch(0.728 0.133 275)CMYK
cmyk(43%, 36%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#697FF8
2#445FF6
3#1E3FF4
4#0B2BE1
5#0924BC
6#071D96
7#051571
8#040E4B
9#020726
Tints
Lighter variations
1#9AA9FA
2#A5B2FB
3#B1BCFB
4#BCC5FC
5#C7CFFC
6#D2D9FD
7#DDE2FD
8#E9ECFE
9#F4F5FE
Tones
Muted variations
1#94A3F4
2#9AA6EF
3#9FAAEA
4#A4AEE4
5#AAB2DF
6#AFB5DA
7#B4B9D4
8#BABDCF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C9 #C0C9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9F #8F9FFA | BordersInactive statesPlaceholder text |
| 400 | 556D #556DF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2443 #2443F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A29 #0A29D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0820 #0820AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0617 #06177A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040F #040F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FE;
--sky-blue-100: #DDE2FD;
--sky-blue-200: #C0C9FC;
--sky-blue-300: #8F9FFA;
--sky-blue-400: #556DF7;
--sky-blue-500: #2443F5;
--sky-blue-600: #0A29D6;
--sky-blue-700: #0820AA;
--sky-blue-800: #06177A;
--sky-blue-900: #040F4E;
--sky-blue-950: #020931;
}