Sky Blue
#A298F1
BlueColor Codes
All color formats for development
HEX
#A298F1RGB
rgb(162, 152, 241)HSL
hsl(247, 76%, 77%)OKLCH
oklch(0.724 0.128 287.9)CMYK
cmyk(33%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8375EC
2#6453E7
3#4530E3
4#311CCF
5#2918AD
6#21138A
7#190E68
8#100945
9#080523
Tints
Lighter variations
1#ABA2F2
2#B5ACF4
3#BEB7F5
4#C7C1F7
5#D1CBF8
6#DAD6F9
7#E3E0FB
8#ECEAFC
9#F6F5FE
Tones
Muted variations
1#A69CEC
2#A9A1E8
3#ACA5E4
4#B0AADF
5#B3AEDB
6#B7B3D6
7#BAB7D2
8#BEBBCD
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E0 #E3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC5 #CBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A298 #A298F1 | BordersInactive statesPlaceholder text |
| 400 | 7262 #7262EA | Disabled statesSecondary iconsMuted text |
| 500 | 4935 #4935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F1B #2F1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2515 #25159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B0F #1B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 110A #110A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0B06 #0B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F2FD;
--sky-blue-100: #E3E0FB;
--sky-blue-200: #CBC5F7;
--sky-blue-300: #A298F1;
--sky-blue-400: #7262EA;
--sky-blue-500: #4935E3;
--sky-blue-600: #2F1BC5;
--sky-blue-700: #25159D;
--sky-blue-800: #1B0F70;
--sky-blue-900: #110A48;
--sky-blue-950: #0B062D;
}