Sky Blue
#A397F2
BlueColor Codes
All color formats for development
HEX
#A397F2RGB
rgb(163, 151, 242)HSL
hsl(248, 78%, 77%)OKLCH
oklch(0.723 0.13 288.7)CMYK
cmyk(33%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8474EE
2#6551E9
3#462EE5
4#321AD2
5#2A16AF
6#22118C
7#190D69
8#110946
9#080423
Tints
Lighter variations
1#ACA1F3
2#B5ABF5
3#BEB6F6
4#C8C0F7
5#D1CBF9
6#DAD5FA
7#E3E0FB
8#EDEAFC
9#F6F5FE
Tones
Muted variations
1#A69BEE
2#AAA0E9
3#ADA4E4
4#B0A9E0
5#B4ADDB
6#B7B2D7
7#BAB7D2
8#BEBBCD
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 | CBC4 #CBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A397 #A397F2 | BordersInactive statesPlaceholder text |
| 400 | 7360 #7360EB | Disabled statesSecondary iconsMuted text |
| 500 | 4B33 #4B33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3019 #3019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2614 #26149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B0E #1B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1109 #110949 | 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: #F3F1FD;
--sky-blue-100: #E3DFFB;
--sky-blue-200: #CBC4F8;
--sky-blue-300: #A397F2;
--sky-blue-400: #7360EB;
--sky-blue-500: #4B33E6;
--sky-blue-600: #3019C8;
--sky-blue-700: #26149F;
--sky-blue-800: #1B0E71;
--sky-blue-900: #110949;
--sky-blue-950: #0B062D;
}