Sky Blue
#9A97F2
BlueColor Codes
All color formats for development
HEX
#9A97F2RGB
rgb(154, 151, 242)HSL
hsl(242, 78%, 77%)OKLCH
oklch(0.716 0.131 284.1)CMYK
cmyk(36%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7874EE
2#5651E9
3#342EE5
4#201AD2
5#1B16AF
6#15118C
7#100D69
8#0B0946
9#050423
Tints
Lighter variations
1#A4A1F3
2#AEABF5
3#B8B6F6
4#C2C0F7
5#CCCBF9
6#D6D5FA
7#E1E0FB
8#EBEAFC
9#F5F5FE
Tones
Muted variations
1#9E9BEE
2#A2A0E9
3#A6A4E4
4#ABA9E0
5#AFADDB
6#B3B2D7
7#B8B7D2
8#BCBBCD
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C4 #C6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A97 #9A97F2 | BordersInactive statesPlaceholder text |
| 400 | 6560 #6560EB | Disabled statesSecondary iconsMuted text |
| 500 | 3933 #3933E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F19 #1F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1814 #18149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110E #110E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B09 #0B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FD;
--sky-blue-100: #E0DFFB;
--sky-blue-200: #C6C4F8;
--sky-blue-300: #9A97F2;
--sky-blue-400: #6560EB;
--sky-blue-500: #3933E6;
--sky-blue-600: #1F19C8;
--sky-blue-700: #18149F;
--sky-blue-800: #110E71;
--sky-blue-900: #0B0949;
--sky-blue-950: #07062D;
}