Sky Blue
#A196F3
BlueColor Codes
All color formats for development
HEX
#A196F3RGB
rgb(161, 150, 243)HSL
hsl(247, 79%, 77%)OKLCH
oklch(0.72 0.133 288)CMYK
cmyk(34%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8173EF
2#6250EA
3#422DE6
4#2E19D3
5#2715B0
6#1F108D
7#170C69
8#0F0846
9#080423
Tints
Lighter variations
1#AAA1F4
2#B4ABF5
3#BDB6F6
4#C6C0F8
5#D0CBF9
6#D9D5FA
7#E3E0FB
8#ECEAFD
9#F6F5FE
Tones
Muted variations
1#A49BEE
2#A89FE9
3#ABA4E5
4#AFA9E0
5#B3ADDC
6#B6B2D7
7#BAB6D2
8#BDBBCE
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC4 #CAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A196 #A196F3 | BordersInactive statesPlaceholder text |
| 400 | 705F #705FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4732 #4732E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C18 #2C18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2313 #2313A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190D #190D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1009 #100949 | Primary textHigh emphasis contentDark headings |
| 950 | 0A05 #0A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F1FD;
--sky-blue-100: #E2DFFB;
--sky-blue-200: #CAC4F8;
--sky-blue-300: #A196F3;
--sky-blue-400: #705FEC;
--sky-blue-500: #4732E7;
--sky-blue-600: #2C18C9;
--sky-blue-700: #2313A0;
--sky-blue-800: #190D72;
--sky-blue-900: #100949;
--sky-blue-950: #0A052E;
}