Sky Blue
#9191F8
BlueColor Codes
All color formats for development
HEX
#9191F8RGB
rgb(145, 145, 248)HSL
hsl(240, 88%, 77%)OKLCH
oklch(0.701 0.149 281.9)CMYK
cmyk(42%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C6CF6
2#4747F3
3#2222F1
4#0E0EDD
5#0C0CB9
6#090994
7#07076F
8#05054A
9#020225
Tints
Lighter variations
1#9C9CF9
2#A7A7F9
3#B2B2FA
4#BDBDFB
5#C8C8FB
6#D3D3FC
7#DEDEFD
8#E9E9FE
9#F4F4FE
Tones
Muted variations
1#9696F3
2#9B9BEE
3#A0A0E8
4#A5A5E3
5#ABABDE
6#B0B0D9
7#B5B5D4
8#BABACF
9#BFBFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C1 #C1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9191 #9191F8 | BordersInactive statesPlaceholder text |
| 400 | 5757 #5757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2727 #2727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D0D #0D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B0B #0B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0808 #080878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0505 #05054D | Primary textHigh emphasis contentDark headings |
| 950 | 0303 #030330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F1FE;
--sky-blue-100: #DDDDFD;
--sky-blue-200: #C1C1FB;
--sky-blue-300: #9191F8;
--sky-blue-400: #5757F4;
--sky-blue-500: #2727F1;
--sky-blue-600: #0D0DD3;
--sky-blue-700: #0B0BA8;
--sky-blue-800: #080878;
--sky-blue-900: #05054D;
--sky-blue-950: #030330;
}