Sky Blue
#9B97F2
BlueColor Codes
All color formats for development
HEX
#9B97F2RGB
rgb(155, 151, 242)HSL
hsl(243, 78%, 77%)OKLCH
oklch(0.717 0.131 284.6)CMYK
cmyk(36%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A74EE
2#5851E9
3#372EE5
4#231AD2
5#1D16AF
6#17118C
7#120D69
8#0C0946
9#060423
Tints
Lighter variations
1#A5A1F3
2#AFABF5
3#B9B6F6
4#C3C0F7
5#CDCBF9
6#D7D5FA
7#E1E0FB
8#EBEAFC
9#F5F5FE
Tones
Muted variations
1#9F9BEE
2#A3A0E9
3#A8A4E4
4#ACA9E0
5#B0ADDB
6#B4B2D7
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 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C4 #C7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B97 #9B97F2 | BordersInactive statesPlaceholder text |
| 400 | 6760 #6760EB | Disabled statesSecondary iconsMuted text |
| 500 | 3C33 #3C33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2119 #2119C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B14 #1B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130E #130E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C09 #0C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0806 #08062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FD;
--sky-blue-100: #E1DFFB;
--sky-blue-200: #C7C4F8;
--sky-blue-300: #9B97F2;
--sky-blue-400: #6760EB;
--sky-blue-500: #3C33E6;
--sky-blue-600: #2119C8;
--sky-blue-700: #1B149F;
--sky-blue-800: #130E71;
--sky-blue-900: #0C0949;
--sky-blue-950: #08062D;
}