Sky Blue
#A095F3
BlueColor Codes
All color formats for development
HEX
#A095F3RGB
rgb(160, 149, 243)HSL
hsl(247, 80%, 77%)OKLCH
oklch(0.718 0.135 287.9)CMYK
cmyk(34%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8172EF
2#614FEB
3#412BE7
4#2E18D4
5#2614B1
6#1E108D
7#170C6A
8#0F0847
9#080423
Tints
Lighter variations
1#AAA0F4
2#B3ABF6
3#BDB5F7
4#C6C0F8
5#D0CAF9
6#D9D5FA
7#E3DFFB
8#ECEAFD
9#F6F4FE
Tones
Muted variations
1#A49AEF
2#A89FEA
3#ABA4E5
4#AFA8E1
5#B2ADDC
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 | CAC3 #CAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A095 #A095F3 | BordersInactive statesPlaceholder text |
| 400 | 6F5E #6F5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4630 #4630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B16 #2B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2312 #2312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190D #190D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1008 #100849 | 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: #CAC3F8;
--sky-blue-300: #A095F3;
--sky-blue-400: #6F5EED;
--sky-blue-500: #4630E8;
--sky-blue-600: #2B16CA;
--sky-blue-700: #2312A1;
--sky-blue-800: #190D73;
--sky-blue-900: #100849;
--sky-blue-950: #0A052E;
}