Sky Blue
#A19AEF
BlueColor Codes
All color formats for development
HEX
#A19AEFRGB
rgb(161, 154, 239)HSL
hsl(245, 73%, 77%)OKLCH
oklch(0.726 0.122 286.7)CMYK
cmyk(33%, 36%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8178EA
2#6256E5
3#4234DF
4#2E20CC
5#261BAA
6#1F1588
7#171066
8#0F0B44
9#080522
Tints
Lighter variations
1#AAA4F1
2#B4AEF2
3#BDB8F4
4#C6C2F5
5#D0CCF7
6#D9D6F9
7#E3E1FA
8#ECEBFC
9#F6F5FD
Tones
Muted variations
1#A49EEB
2#A8A2E7
3#ABA6E2
4#AFABDE
5#B3AFDA
6#B6B3D5
7#BAB8D1
8#BDBCCD
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC6 #CAC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A19A #A19AEF | BordersInactive statesPlaceholder text |
| 400 | 6F65 #6F65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 4638 #4638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C1E #2C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2318 #23189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1911 #19116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 100B #100B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0A07 #0A072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F2FD;
--sky-blue-100: #E2E0FA;
--sky-blue-200: #CAC6F6;
--sky-blue-300: #A19AEF;
--sky-blue-400: #6F65E7;
--sky-blue-500: #4638E0;
--sky-blue-600: #2C1EC2;
--sky-blue-700: #23189A;
--sky-blue-800: #19116E;
--sky-blue-900: #100B47;
--sky-blue-950: #0A072C;
}