Sky Blue
#9191F7
BlueColor Codes
All color formats for development
HEX
#9191F7RGB
rgb(145, 145, 247)HSL
hsl(240, 86%, 77%)OKLCH
oklch(0.7 0.147 281.9)CMYK
cmyk(41%, 41%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D6DF4
2#4949F1
3#2424EF
4#1010DB
5#0E0EB7
6#0B0B92
7#08086E
8#050549
9#030325
Tints
Lighter variations
1#9D9DF8
2#A8A8F8
3#B3B3F9
4#BEBEFA
5#C8C8FB
6#D3D3FC
7#DEDEFD
8#E9E9FD
9#F4F4FE
Tones
Muted variations
1#9797F2
2#9C9CED
3#A1A1E8
4#A6A6E3
5#ABABDE
6#B0B0D9
7#B5B5D3
8#BABACE
9#BFBFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C1 #C1C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9292 #9292F7 | BordersInactive statesPlaceholder text |
| 400 | 5959 #5959F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A2A #2A2AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1010 #1010D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C0C #0C0CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0909 #090977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0606 #06064C | Primary textHigh emphasis contentDark headings |
| 950 | 0404 #04042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F1FE;
--sky-blue-100: #DEDEFD;
--sky-blue-200: #C1C1FA;
--sky-blue-300: #9292F7;
--sky-blue-400: #5959F3;
--sky-blue-500: #2A2AEF;
--sky-blue-600: #1010D1;
--sky-blue-700: #0C0CA6;
--sky-blue-800: #090977;
--sky-blue-900: #06064C;
--sky-blue-950: #04042F;
}