Sky Blue
#A192F7
BlueColor Codes
All color formats for development
HEX
#A192F7RGB
rgb(161, 146, 247)HSL
hsl(249, 86%, 77%)OKLCH
oklch(0.715 0.145 289)CMYK
cmyk(35%, 41%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#826DF4
2#6249F1
3#4324EF
4#2F10DB
5#270EB7
6#1F0B92
7#17086E
8#100549
9#080325
Tints
Lighter variations
1#AA9DF8
2#B4A8F8
3#BDB3F9
4#C7BEFA
5#D0C8FB
6#D9D3FC
7#E3DEFD
8#ECE9FD
9#F6F4FE
Tones
Muted variations
1#A597F2
2#A89CED
3#ACA1E8
4#AFA6E3
5#B3ABDE
6#B6B0D9
7#BAB5D3
8#BDBACE
9#C1BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC1 #CAC1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A192 #A192F7 | BordersInactive statesPlaceholder text |
| 400 | 7059 #7059F3 | Disabled statesSecondary iconsMuted text |
| 500 | 472A #472AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D10 #2D10D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 240C #240CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1909 #190977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1006 #10064C | Primary textHigh emphasis contentDark headings |
| 950 | 0A04 #0A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F1FE;
--sky-blue-100: #E2DEFD;
--sky-blue-200: #CAC1FA;
--sky-blue-300: #A192F7;
--sky-blue-400: #7059F3;
--sky-blue-500: #472AEF;
--sky-blue-600: #2D10D1;
--sky-blue-700: #240CA6;
--sky-blue-800: #190977;
--sky-blue-900: #10064C;
--sky-blue-950: #0A042F;
}