Sky Blue
#A095F4
BlueColor Codes
All color formats for development
HEX
#A095F4RGB
rgb(160, 149, 244)HSL
hsl(247, 81%, 77%)OKLCH
oklch(0.718 0.136 287.8)CMYK
cmyk(34%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8071F0
2#604EEC
3#402AE9
4#2D16D5
5#2513B2
6#1E0F8E
7#160B6B
8#0F0747
9#070424
Tints
Lighter variations
1#A99FF5
2#B3AAF6
3#BCB5F7
4#C6BFF8
5#CFCAF9
6#D9D5FB
7#E2DFFC
8#ECEAFD
9#F5F4FE
Tones
Muted variations
1#A49AEF
2#A79EEA
3#ABA3E6
4#AEA8E1
5#B2ADDC
6#B6B1D7
7#B9B6D3
8#BDBBCE
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C3 #C9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A095 #A095F4 | BordersInactive statesPlaceholder text |
| 400 | 6E5D #6E5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 452F #452FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B15 #2B15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2211 #2211A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180C #180C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F08 #0F084A | 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: #F3F1FE;
--sky-blue-100: #E2DFFC;
--sky-blue-200: #C9C3F9;
--sky-blue-300: #A095F4;
--sky-blue-400: #6E5DEE;
--sky-blue-500: #452FE9;
--sky-blue-600: #2B15CB;
--sky-blue-700: #2211A2;
--sky-blue-800: #180C73;
--sky-blue-900: #0F084A;
--sky-blue-950: #0A052E;
}