Sky Blue
#8F9DFA
BlueColor Codes
All color formats for development
HEX
#8F9DFARGB
rgb(143, 157, 250)HSL
hsl(232, 91%, 77%)OKLCH
oklch(0.724 0.136 276)CMYK
cmyk(43%, 37%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#697CF8
2#445CF6
3#1E3BF4
4#0B27E1
5#0921BC
6#071A96
7#051471
8#040D4B
9#020726
Tints
Lighter variations
1#9AA7FA
2#A5B1FB
3#B1BBFB
4#BCC4FC
5#C7CEFC
6#D2D8FD
7#DDE2FD
8#E9EBFE
9#F4F5FE
Tones
Muted variations
1#94A1F4
2#9AA5EF
3#9FA9EA
4#A4ADE4
5#AAB1DF
6#AFB5DA
7#B4B9D4
8#BABDCF
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 | C0C8 #C0C8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9D #8F9DFA | BordersInactive statesPlaceholder text |
| 400 | 556A #556AF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2440 #2440F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A25 #0A25D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 081E #081EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0615 #06157A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040E #040E4E | 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: #C0C8FC;
--sky-blue-300: #8F9DFA;
--sky-blue-400: #556AF7;
--sky-blue-500: #2440F5;
--sky-blue-600: #0A25D6;
--sky-blue-700: #081EAA;
--sky-blue-800: #06157A;
--sky-blue-900: #040E4E;
--sky-blue-950: #020831;
}