Sky Blue
#A097F2
BlueColor Codes
All color formats for development
HEX
#A097F2RGB
rgb(160, 151, 242)HSL
hsl(246, 78%, 77%)OKLCH
oklch(0.721 0.131 287.2)CMYK
cmyk(34%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8074EE
2#6051E9
3#402EE5
4#2C1AD2
5#2516AF
6#1E118C
7#160D69
8#0F0946
9#070423
Tints
Lighter variations
1#A9A1F3
2#B3ABF5
3#BCB6F6
4#C6C0F7
5#CFCBF9
6#D9D5FA
7#E2E0FB
8#ECEAFC
9#F5F5FE
Tones
Muted variations
1#A39BEE
2#A7A0E9
3#ABA4E4
4#AEA9E0
5#B2ADDB
6#B6B2D7
7#B9B7D2
8#BDBBCD
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 | C9C4 #C9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A097 #A097F2 | BordersInactive statesPlaceholder text |
| 400 | 6E60 #6E60EB | Disabled statesSecondary iconsMuted text |
| 500 | 4533 #4533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A19 #2A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2214 #22149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180E #180E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F09 #0F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | 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: #C9C4F8;
--sky-blue-300: #A097F2;
--sky-blue-400: #6E60EB;
--sky-blue-500: #4533E6;
--sky-blue-600: #2A19C8;
--sky-blue-700: #22149F;
--sky-blue-800: #180E71;
--sky-blue-900: #0F0949;
--sky-blue-950: #0A062D;
}