Sky Blue
#968BFE
BlueColor Codes
All color formats for development
HEX
#968BFERGB
rgb(150, 139, 254)HSL
hsl(246, 98%, 77%)OKLCH
oklch(0.697 0.165 285.7)CMYK
cmyk(41%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7364FD
2#503DFD
3#2D16FD
4#1902E9
5#1502C2
6#11029C
7#0D0175
8#08014E
9#040027
Tints
Lighter variations
1#A196FE
2#ABA2FE
3#B6AEFE
4#C0B9FE
5#CBC5FE
6#D5D1FF
7#E0DCFF
8#EAE8FF
9#F5F3FF
Tones
Muted variations
1#9B91F8
2#A096F2
3#A49CED
4#A9A2E7
5#ADA8E1
6#B2ADDB
7#B7B3D6
8#BBB9D0
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BD #C4BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 968B #968BFE | BordersInactive statesPlaceholder text |
| 400 | 604E #604EFD | Disabled statesSecondary iconsMuted text |
| 500 | 321C #321CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 1802 #1802DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1302 #1302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E01 #0E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0901 #090151 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F0FF;
--sky-blue-100: #DFDCFF;
--sky-blue-200: #C4BDFE;
--sky-blue-300: #968BFE;
--sky-blue-400: #604EFD;
--sky-blue-500: #321CFD;
--sky-blue-600: #1802DE;
--sky-blue-700: #1302B1;
--sky-blue-800: #0E017E;
--sky-blue-900: #090151;
--sky-blue-950: #060132;
}