Sky Blue
#A296F3
BlueColor Codes
All color formats for development
HEX
#A296F3RGB
rgb(162, 150, 243)HSL
hsl(248, 79%, 77%)OKLCH
oklch(0.721 0.133 288.5)CMYK
cmyk(33%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8373EF
2#6450EA
3#452DE6
4#3219D3
5#2915B0
6#21108D
7#190C69
8#110846
9#080423
Tints
Lighter variations
1#ACA1F4
2#B5ABF5
3#BEB6F6
4#C7C0F8
5#D1CBF9
6#DAD5FA
7#E3E0FB
8#ECEAFD
9#F6F5FE
Tones
Muted variations
1#A69BEE
2#A99FE9
3#ADA4E5
4#B0A9E0
5#B3ADDC
6#B7B2D7
7#BAB6D2
8#BEBBCE
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC4 #CBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A296 #A296F3 | BordersInactive statesPlaceholder text |
| 400 | 725F #725FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4A32 #4A32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F18 #2F18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2613 #2613A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B0D #1B0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1109 #110949 | Primary textHigh emphasis contentDark headings |
| 950 | 0B05 #0B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F1FD;
--sky-blue-100: #E3DFFB;
--sky-blue-200: #CBC4F8;
--sky-blue-300: #A296F3;
--sky-blue-400: #725FEC;
--sky-blue-500: #4A32E7;
--sky-blue-600: #2F18C9;
--sky-blue-700: #2613A0;
--sky-blue-800: #1B0D72;
--sky-blue-900: #110949;
--sky-blue-950: #0B052E;
}