Sky Blue
#A295F3
BlueColor Codes
All color formats for development
HEX
#A295F3RGB
rgb(162, 149, 243)HSL
hsl(248, 80%, 77%)OKLCH
oklch(0.719 0.135 288.9)CMYK
cmyk(33%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8372EF
2#644FEB
3#442BE7
4#3118D4
5#2914B1
6#20108D
7#180C6A
8#100847
9#080423
Tints
Lighter variations
1#ABA0F4
2#B5ABF6
3#BEB5F7
4#C7C0F8
5#D0CAF9
6#DAD5FA
7#E3DFFB
8#ECEAFD
9#F6F4FE
Tones
Muted variations
1#A59AEF
2#A99FEA
3#ACA4E5
4#B0A8E1
5#B3ADDC
6#B7B2D7
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 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC3 #CAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A295 #A295F3 | BordersInactive statesPlaceholder text |
| 400 | 715E #715EED | Disabled statesSecondary iconsMuted text |
| 500 | 4930 #4930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E16 #2E16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2512 #2512A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0D #1A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1108 #110849 | 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: #CAC3F8;
--sky-blue-300: #A295F3;
--sky-blue-400: #715EED;
--sky-blue-500: #4930E8;
--sky-blue-600: #2E16CA;
--sky-blue-700: #2512A1;
--sky-blue-800: #1A0D73;
--sky-blue-900: #110849;
--sky-blue-950: #0B052E;
}