Sky Blue
#9A91F7
BlueColor Codes
All color formats for development
HEX
#9A91F7RGB
rgb(154, 145, 247)HSL
hsl(245, 86%, 77%)OKLCH
oklch(0.707 0.146 286)CMYK
cmyk(38%, 41%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#796DF4
2#5749F1
3#3524EF
4#2110DB
5#1C0EB7
6#160B92
7#11086E
8#0B0549
9#060325
Tints
Lighter variations
1#A49DF8
2#AEA8F8
3#B9B3F9
4#C3BEFA
5#CDC8FB
6#D7D3FC
7#E1DEFD
8#EBE9FD
9#F5F4FE
Tones
Muted variations
1#9F97F2
2#A39CED
3#A7A1E8
4#ABA6E3
5#AFABDE
6#B4B0D9
7#B8B5D3
8#BCBACE
9#C0BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C1 #C6C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A92 #9A92F7 | BordersInactive statesPlaceholder text |
| 400 | 6659 #6659F3 | Disabled statesSecondary iconsMuted text |
| 500 | 3A2A #3A2AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2010 #2010D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 190C #190CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1209 #120977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C06 #0C064C | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FE;
--sky-blue-100: #E0DEFD;
--sky-blue-200: #C6C1FA;
--sky-blue-300: #9A92F7;
--sky-blue-400: #6659F3;
--sky-blue-500: #3A2AEF;
--sky-blue-600: #2010D1;
--sky-blue-700: #190CA6;
--sky-blue-800: #120977;
--sky-blue-900: #0C064C;
--sky-blue-950: #07042F;
}